diff options
| author | 2024-08-19 18:02:18 +0800 | |
|---|---|---|
| committer | 2024-08-19 18:02:18 +0800 | |
| commit | ed4adbb7d9cab0f9a05f59b2b26d7126f6c95f1a (patch) | |
| tree | 3415ced79f3400e3e15649a5358a55681383a038 | |
| parent | 11e7e06dac4abd24d58a63da1ea876935b21a662 (diff) | |
| download | files-ed4adbb7d9cab0f9a05f59b2b26d7126f6c95f1a.tar.gz files-ed4adbb7d9cab0f9a05f59b2b26d7126f6c95f1a.zip | |
chore: update content
| -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: |
