Skip to content

Commit

Permalink
chore: update npm auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Oct 27, 2024
1 parent cd3957a commit d410731
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Docs Release Please usage can be found at:
# - https://github.com/googleapis/release-please
# - https://github.com/googleapis/release-please-action

on:
workflow_dispatch:
push:
branches:
- main
- release-please

permissions:
contents: write
Expand Down Expand Up @@ -38,5 +41,5 @@ jobs:

- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.UUID_NPM_RELEASE_TOKEN}}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit d410731

Please sign in to comment.