Skip to content

Commit 399ca98

Browse files
committed
ci: add GH TOKEN to run ng deploy command
1 parent 79b77c0 commit 399ca98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
node-version: 22
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
67+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6768
- run: npm install yarn -g
6869
- run: yarn && yarn ng deploy
69-

0 commit comments

Comments
 (0)