Skip to content

Commit 88e8fde

Browse files
authored
ci: Update publishing token, correctly this time (#876)
1 parent 3030876 commit 88e8fde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ jobs:
7070
- name: Publish via Semantic Release
7171
run: yarn semantic-release
7272
env:
73-
GITHUB_TOKEN: ${{ secrets.GITHUB_PUBLISHING_TOKEN }}
74-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
73+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74+
NPM_TOKEN: ${{ secrets.NPM_PUBLISHING_TOKEN }}

0 commit comments

Comments
 (0)