Skip to content

Commit

Permalink
fix(library-changesets-release): add NPM_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
xiplias authored Feb 14, 2024
1 parent 2390792 commit 101ddfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/library-changesets-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
GH_PACKAGES_TOKEN: ${{ secrets.gh_packages_token }}
NPM_TOKEN: ${{ secrets.gh_packages_token }}
AWS_ACCESS_KEY_ID: ${{ secrets.federation_access_key_id }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.federation_secret_key }}
steps:
Expand Down

0 comments on commit 101ddfa

Please sign in to comment.