There was an error while loading. Please reload this page.
1 parent fc8d83e commit bae8ff4Copy full SHA for bae8ff4
1 file changed
.github/workflows/release.yml
@@ -11,6 +11,9 @@ on:
11
jobs:
12
build-and-publish:
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ # IMPORTANT: this permission is mandatory for trusted publishing
16
+ id-token: write
17
steps:
18
- name: Checkout
19
uses: actions/checkout@v3
0 commit comments