Skip to content

Commit

Permalink
fix(token): fix deployment token
Browse files Browse the repository at this point in the history
  • Loading branch information
blanxii committed Sep 23, 2024
1 parent 0e9207e commit 91c9c72
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 @@ -9,7 +9,7 @@ concurrency:
cancel-in-progress: true

env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.RPM_NPM_TOKEN }}

jobs:
test:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.RPM_NPM_TOKEN }}
- name: 📃 Deploy
uses: JamesIves/[email protected]
with:
Expand Down

0 comments on commit 91c9c72

Please sign in to comment.