Skip to content

Commit

Permalink
feat: add NPM_GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
andibeuge committed Oct 22, 2024
1 parent 165dcf2 commit cdf74b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN_OPEN_SOURCE }}
NPM_GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN_OPEN_SOURCE }}
# GH_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN_OPEN_SOURCE }}
# NPM_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN_OPEN_SOURCE }}
# NODE_AUTH_TOKEN: ${{ secrets.githubAuthToken }}
# NPM_GITHUB_TOKEN: ${{ secrets.githubAuthToken }}
run: |
git config user.name "parcellab-dev-bot"
git config user.email "[email protected]"
Expand Down

0 comments on commit cdf74b2

Please sign in to comment.