Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 71ad667

Browse files
committed
Update GITHUB token path
1 parent 32d63f9 commit 71ad667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
version: latest
7474
args: ${{ startsWith(github.ref, 'refs/tags/') && 'release' || 'build --snapshot' }} --rm-dist
7575
env:
76-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
76+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777
AZURE_STORAGE_ACCOUNT: ${{ secrets.AZURE_STORAGE_ACCOUNT }}
7878
AZURE_STORAGE_KEY: ${{ secrets.AZURE_STORAGE_KEY }}
7979
AZURE_BUCKET_NAME: ${{ secrets.AZURE_BUCKET_NAME }}

0 commit comments

Comments
 (0)