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 7adeac2 commit c6e5c0eCopy full SHA for c6e5c0e
.github/workflows/auto-release.yml
@@ -75,6 +75,7 @@ jobs:
75
uses: ./.github/workflows/release.yml
76
permissions:
77
contents: write
78
+ id-token: write
79
secrets: inherit
80
with:
81
release-tag: ${{ needs.semantic-version.outputs.release-tag }}
.github/workflows/release.yml
@@ -84,6 +84,7 @@ jobs:
84
runs-on: ubuntu-latest
85
environment: release
86
87
88
contents: write # grants permission to create a release on github
89
steps:
90
- uses: actions/checkout@v4
0 commit comments