Skip to content

Commit faad6e2

Browse files
authored
ci: Fix GitHub token (parse-community#523)
1 parent b5c3465 commit faad6e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-automated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
run: npx semantic-release
2222
env:
2323
GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
24+
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
25+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)