Skip to content

Commit b715226

Browse files
committed
chore: enabling npm provenance integration
1 parent 74f8f8d commit b715226

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
contents: write
2121
issues: write
2222
pull-requests: write
23+
id-token: write
2324
runs-on: ubuntu-latest
2425
steps:
2526
- uses: nearform-actions/optic-release-automation-action@v4
@@ -31,3 +32,4 @@ jobs:
3132
${{ secrets[format('OPTIC_TOKEN_{0}', github.actor)] ||
3233
secrets.OPTIC_TOKEN }}
3334
semver: ${{ github.event.inputs.semver }}
35+
provenance: true

0 commit comments

Comments
 (0)