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 5e85e1e commit 0f6b713Copy full SHA for 0f6b713
.github/workflows/publish.yml
@@ -17,6 +17,8 @@ jobs:
17
publish:
18
if: github.repository_owner == 'bombshell-dev'
19
runs-on: ubuntu-latest
20
+ permissions:
21
+ id-token: write
22
23
steps:
24
- name: Generate a token
0 commit comments