Skip to content

Commit 61a961c

Browse files
committed
Gå fra access token til Trusted Publishers
1 parent f6864d4 commit 61a961c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
- run: yarn build
7373
- run: npm publish --access public
7474
env:
75-
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
75+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)