Skip to content

Commit

Permalink
setup: used a classic github token instead of "fine graine".
Browse files Browse the repository at this point in the history
  • Loading branch information
anasouardini committed Feb 16, 2024
1 parent 20b5f0c commit 9e36882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
with:
publish: npm run release
env:
GITHUB_TOKEN: ${{ secrets.CD_GITHUB_ACCESS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

0 comments on commit 9e36882

Please sign in to comment.