Skip to content

Commit 9a64b00

Browse files
committed
ci: remove GITHUB_TOKEN in changesets step
Since changesets/action@1.7.0 this is inherited and no longer needs to be passed
1 parent fdd25ac commit 9a64b00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
- name: Publish to the npm Registry
5353
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
5454
env:
55-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
5655
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
5756
GIT_AUTHOR_NAME: "NL Design System"
5857
GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}

0 commit comments

Comments
 (0)