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 b4f504e commit 8910e89Copy full SHA for 8910e89
.github/workflows/cicd.yml
@@ -32,9 +32,8 @@ jobs:
32
token: ${{ secrets.GITHUB_TOKEN }}
33
34
publish:
35
- name: Publish
36
- runs-on: ubuntu-latest
37
needs: [release]
38
if: github.ref_name == 'main' && !fromJson(needs.release.outputs.releasePlease).pr
39
- steps:
40
- - uses: ./.github/workflows/publish.yml
+ uses: ./.github/workflows/publish.yml
+ permissions:
+ id-token: write
0 commit comments