diff options
author | 2022-09-13 14:43:53 -0700 | |
---|---|---|
committer | 2022-09-13 14:43:53 -0700 | |
commit | e73d2d14c61a9ccf92a261fedf4e9f4eaccf7b6e (patch) | |
tree | 934dc058cfe474e09605596ce9e1a7c676deaf8c | |
parent | b9e73b4b0d11abc806d4eca5b5f144ccedd230fe (diff) | |
download | astro-e73d2d14c61a9ccf92a261fedf4e9f4eaccf7b6e.tar.gz astro-e73d2d14c61a9ccf92a261fedf4e9f4eaccf7b6e.tar.zst astro-e73d2d14c61a9ccf92a261fedf4e9f4eaccf7b6e.zip |
Update snapshot-release.yml
-rw-r--r-- | .github/workflows/snapshot-release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml index 5f3a5fd46..901848b6d 100644 --- a/.github/workflows/snapshot-release.yml +++ b/.github/workflows/snapshot-release.yml @@ -79,6 +79,7 @@ jobs: env: # Needs access to publish to npm NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Pull Request Notification uses: actions/github-script@v6 |