We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2994ccc commit a99cfcfCopy full SHA for a99cfcf
.github/workflows/ci-cd.yml
@@ -116,6 +116,9 @@ jobs:
116
runs-on: ubuntu-latest
117
needs: [check]
118
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
122
steps:
123
- name: Checkout
124
uses: actions/checkout@v4
0 commit comments