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 60f39e3 commit baf3332Copy full SHA for baf3332
1 file changed
.github/workflows/prod-release.yml
@@ -235,6 +235,9 @@ jobs:
235
runs-on: ubuntu-latest
236
# TODO: Uncomment when adding publish step
237
# needs: [publish]
238
+ permissions:
239
+ id-token: write
240
+ contents: read
241
steps:
242
- name: Checkout code
243
uses: actions/checkout@v4
@@ -269,6 +272,9 @@ jobs:
269
272
270
273
271
274
275
276
277
278
279
280
0 commit comments