We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b721a commit 9ec10caCopy full SHA for 9ec10ca
.github/workflows/publish.yml
@@ -7,7 +7,8 @@ on:
7
jobs:
8
deploy:
9
runs-on: ubuntu-latest
10
-
+ permissions:
11
+ id-token: write
12
steps:
13
- uses: actions/checkout@v4
14
0 commit comments