Skip to content

Commit

Permalink
ci: publish edge release with provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 20, 2023
1 parent 607bfdc commit ec15037
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -185,6 +185,8 @@ jobs:
TEST_PAYLOAD: ${{ matrix.payload }}

build-release:
permissions:
id-token: write
if: |
github.event_name == 'push' &&
!contains(github.event.head_commit.message, '[skip-release]') &&
Expand Down Expand Up @@ -226,3 +228,4 @@ jobs:
run: ./scripts/release-edge.sh
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
NPM_CONFIG_PROVENANCE: true

0 comments on commit ec15037

Please sign in to comment.