Skip to content

Commit 67c98fe

Browse files
committed
Make token available in environment
1 parent 0ce37aa commit 67c98fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-site.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
run: |
1919
git submodule update --init --recommend-shallow eng/submodules/silk.net-2.x
2020
./build.sh website
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2123
- name: Upload artifact
2224
if: ${{ github.repository == 'dotnet/Silk.NET' && github.ref == 'refs/heads/develop/3.0' }}
2325
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)