Skip to content

Commit e5448cb

Browse files
authored
fix: workflow
1 parent 69f98c8 commit e5448cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ on:
99
jobs:
1010
publish:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
id-token: write
14+
contents: read
1215
env:
1316
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1517
steps:
1618
- name: Checkout
1719
uses: actions/checkout@v3

0 commit comments

Comments
 (0)