diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/Deploy_Nodejs.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/Deploy_Nodejs.yml b/.github/workflows/Deploy_Nodejs.yml index 80d3b2e..0c70d11 100644 --- a/.github/workflows/Deploy_Nodejs.yml +++ b/.github/workflows/Deploy_Nodejs.yml @@ -7,6 +7,10 @@ on: jobs: build: + permissions: + contents: write + pull-requests: write + id-token: write runs-on: ubuntu-latest steps: |
