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 db17054 commit 5501f31Copy full SHA for 5501f31
.github/workflows/release.yml
@@ -19,6 +19,8 @@ on:
19
jobs:
20
release:
21
runs-on: ubuntu-latest
22
+ permissions:
23
+ id-token: write
24
steps:
25
- uses: actions/checkout@v4
26
with:
0 commit comments