Skip to content

Commit 03575a7

Browse files
committed
Add GH_TOKEN to publish
Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com>
1 parent d0f20ed commit 03575a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ jobs:
3939
run: bash scripts/build.sh
4040

4141
- name: Run publish script
42+
env:
43+
GH_TOKEN: ${{ github.token }}
4244
run: bash scripts/publish.sh

0 commit comments

Comments
 (0)