Skip to content

Commit 70f8833

Browse files
⚙️ Chore: change publish.yml
1 parent baa63a1 commit 70f8833

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
release:
1111
name: Release
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
15+
id-token: write
1316
steps:
1417
- name: Checkout Repo
1518
uses: actions/checkout@v3
@@ -28,4 +31,4 @@ jobs:
2831
env:
2932
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3033
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
31-
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)