diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 45fe6bc..732039c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 @@ -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