Skip to content

Commit d7b9738

Browse files
committed
Workflow perms.
1 parent e7a600a commit d7b9738

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta'
4242
needs: [tests]
4343
runs-on: ubuntu-latest
44+
permissions:
45+
contents: write
46+
packages: write
4447
steps:
4548
- uses: actions/checkout@v3
4649
- name: Use Node.js 14

0 commit comments

Comments
 (0)