Skip to content

Commit 09cdbec

Browse files
committed
ci: add write permissions to content and id token
1 parent 887eb5e commit 09cdbec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ jobs:
9090
if: startsWith(github.ref, 'refs/tags/')
9191
runs-on: ubuntu-latest
9292
needs: build
93+
permissions:
94+
contents: write
95+
id-token: write
9396
steps:
9497
- name: Merge Artifacts
9598
uses: actions/upload-artifact/merge@v4

0 commit comments

Comments
 (0)