We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc667f commit a6dfe9bCopy full SHA for a6dfe9b
1 file changed
.github/workflows/default.yml
@@ -161,8 +161,8 @@ jobs:
161
runs-on: ubuntu-latest
162
environment: release
163
permissions:
164
- # IMPORTANT: this permission is mandatory for trusted publishing
165
- id-token: write
+ id-token: write # mandatory for trusted publishing
+ contents: write # mandatory for making repo releases
166
167
steps:
168
- name: Checkout
0 commit comments