Skip to content

Commit

Permalink
ci(ga): use default github actions token
Browse files Browse the repository at this point in the history
  • Loading branch information
gund authored Dec 7, 2022
1 parent 6d0d2bf commit a9890f5
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 @@ -23,8 +23,8 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
environment: 'Release NPM'
env:
GITHUB_TOKEN: ${{ secrets.PRIVATE_GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.PRIVATE_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_USER: ${{ secrets.GIT_USER }}
GIT_EMAIL: ${{ secrets.GIT_EMAIL }}
Expand Down

0 comments on commit a9890f5

Please sign in to comment.