Skip to content

Commit 98f0f5b

Browse files
committed
Authenticate github API server release requests in CI
1 parent a78d1c0 commit 98f0f5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333

3434
- run: npm run build
3535
env:
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3637
APPLE_ID: ${{ secrets.APPLE_ID }}
3738
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
3839
CSC_LINK: ${{ secrets.CSC_LINK }}

0 commit comments

Comments
 (0)