Skip to content

Commit

Permalink
fix: use provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jan 17, 2025
1 parent 07e72b2 commit a271c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
permissions:
permissions:
contents: write
pull-requests: write
pages: write
Expand All @@ -45,7 +45,7 @@ jobs:
- run: git status
- run: |
pnpm config set '//wombat-dressing-room.appspot.com/:_authToken' "${NPM_WOMBAT_TOKEN}"
pnpm publish --no-git-checks
pnpm publish --no-git-checks --provenance
env:
NPM_WOMBAT_TOKEN: ${{ secrets.NPM_WOMBAT_TOKEN }}
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit a271c8a

Please sign in to comment.