Skip to content

Commit a99cfcf

Browse files
Fix deploy permissions
1 parent 2994ccc commit a99cfcf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ jobs:
116116
runs-on: ubuntu-latest
117117
needs: [check]
118118
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
119+
permissions:
120+
contents: write # IMPORTANT: mandatory for making GitHub Releases
121+
id-token: write # IMPORTANT: mandatory for trusted publishing & sigstore
119122
steps:
120123
- name: Checkout
121124
uses: actions/checkout@v4

0 commit comments

Comments
 (0)