We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fc3bc commit 83a3236Copy full SHA for 83a3236
.github/workflows/publish.yml
@@ -39,7 +39,7 @@ jobs:
39
- run: npm run dist
40
if: runner.os != 'Windows'
41
env:
42
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
CSC_LINK: ${{ secrets.APPLE_CERT_BASE64 }}
44
CSC_KEY_PASSWORD: ${{ secrets.APPLE_CERT_PASSWORD }}
45
APPLE_ID: ${{ secrets.APPLE_ID }}
@@ -48,4 +48,4 @@ jobs:
48
- run: npm run dist:all-arch
49
if: runner.os == 'Windows'
50
51
0 commit comments