Skip to content

Commit eb5e88b

Browse files
committed
Update release-to-npm.yml
1 parent 0a749dc commit eb5e88b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-to-npm.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
release:
55
types: [published]
66

7+
permissions:
8+
contents: write # Allow pushing changes to the repository
9+
710
jobs:
811
release:
912
runs-on: ubuntu-latest
@@ -59,4 +62,3 @@ jobs:
5962
git push origin ${{ github.ref_name }}
6063
env:
6164
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62-

0 commit comments

Comments
 (0)