We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f8f8d commit b715226Copy full SHA for b715226
.github/workflows/release.yml
@@ -20,6 +20,7 @@ jobs:
20
contents: write
21
issues: write
22
pull-requests: write
23
+ id-token: write
24
runs-on: ubuntu-latest
25
steps:
26
- uses: nearform-actions/optic-release-automation-action@v4
@@ -31,3 +32,4 @@ jobs:
31
32
${{ secrets[format('OPTIC_TOKEN_{0}', github.actor)] ||
33
secrets.OPTIC_TOKEN }}
34
semver: ${{ github.event.inputs.semver }}
35
+ provenance: true
0 commit comments