From 2fa3d4bd2e54953116105f44c40b46fe12c7d56a Mon Sep 17 00:00:00 2001 From: Matheus Castiglioni Date: Fri, 12 May 2023 10:41:21 -0300 Subject: [PATCH] chore: enabling npm provenance integration --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 672c274..3aa4da7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,7 @@ jobs: contents: write issues: write pull-requests: write + id-token: write runs-on: ubuntu-latest steps: - uses: nearform-actions/optic-release-automation-action@v4 @@ -33,3 +34,4 @@ jobs: secrets.OPTIC_TOKEN }} semver: ${{ github.event.inputs.semver }} commit-message: 'chore: release {version}' + provenance: true