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 26, 2024
1 parent cf249b5 commit cc4c056
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Useful links:
# * To override version: https://github.com/googleapis/release-please?tab=readme-ov-file#how-do-i-change-the-version-number
# 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 @@ -41,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 cc4c056

Please sign in to comment.