From a6b72ba7ffd89811ee81da32b77eddc70eb7ecee Mon Sep 17 00:00:00 2001 From: Simone Busoli Date: Tue, 16 May 2023 14:43:16 +0100 Subject: [PATCH] chore: add provenance --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) 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