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 1039888 commit 2c0c2ecCopy full SHA for 2c0c2ec
.github/workflows/release.yml
@@ -27,6 +27,10 @@ jobs:
27
build-and-test:
28
uses: ./.github/workflows/build-and-test.yml
29
publish_artifacts:
30
+ # permissions required for sigstore signature
31
+ permissions:
32
+ id-token: write
33
+ contents: read
34
needs:
35
- version
36
- build-and-test
.github/workflows/snapshot_release.yml
@@ -21,6 +21,10 @@ jobs:
21
secrets:
22
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
23
publish:
24
25
26
runs-on: macos-latest
0 commit comments