diff options
| author | 2024-08-15 18:32:05 +0800 | |
|---|---|---|
| committer | 2024-08-15 18:32:05 +0800 | |
| commit | a0a831c4aa47598236ded367ae6b7cee0fa6a6ca (patch) | |
| tree | eb436b5527cd7512e87b1f3cbbb7c35c62495fdc /.github | |
| parent | a2f575cc0242c143340e2daf1db7d312e351de0f (diff) | |
| download | faq-a0a831c4aa47598236ded367ae6b7cee0fa6a6ca.tar.gz faq-a0a831c4aa47598236ded367ae6b7cee0fa6a6ca.zip | |
workflow: fix permissions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/changelog.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 87bd5c9..2af1d4a 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -8,7 +8,10 @@ on: jobs: deploy: runs-on: ubuntu-latest - + permissions: + contents: write + pull-requests: write + id-token: write steps: - name: Checkout Code uses: actions/checkout@v3 @@ -20,7 +23,7 @@ jobs: token: ${{ github.token }} tag: ${{ github.ref_name }} useGitmojis: false - + - name: Create Release uses: ncipollo/release-action@v1.12.0 with: |
