Skip to content

Commit

Permalink
Make token available in environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Jan 23, 2025
1 parent 0ce37aa commit 67c98fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: |
git submodule update --init --recommend-shallow eng/submodules/silk.net-2.x
./build.sh website
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload artifact
if: ${{ github.repository == 'dotnet/Silk.NET' && github.ref == 'refs/heads/develop/3.0' }}
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 67c98fe

Please sign in to comment.