We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a600a commit d7b9738Copy full SHA for d7b9738
.github/workflows/nodejs.yml
@@ -41,6 +41,9 @@ jobs:
41
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta'
42
needs: [tests]
43
runs-on: ubuntu-latest
44
+ permissions:
45
+ contents: write
46
+ packages: write
47
steps:
48
- uses: actions/checkout@v3
49
- name: Use Node.js 14
0 commit comments