Skip to content

Commit

Permalink
chore: add provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb authored May 16, 2023
1 parent 451df0a commit a6b72ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
permissions:
pull-requests: write
contents: write
id-token: write
runs-on: ubuntu-latest
steps:
- uses: nearform-actions/optic-release-automation-action@v4
Expand All @@ -28,6 +29,7 @@ jobs:
npm-token: ${{ secrets[format('NPM_TOKEN_{0}', github.actor)] || secrets.NPM_TOKEN }}
optic-token: ${{ secrets[format('OPTIC_TOKEN_{0}', github.actor)] || secrets.OPTIC_TOKEN }}
semver: ${{ github.event.inputs.semver }}
provenance: true
build-command: |
npm install

0 comments on commit a6b72ba

Please sign in to comment.