Skip to content

Commit

Permalink
chore(build): fix gh token (hopefully)
Browse files Browse the repository at this point in the history
- AUT-2034
  • Loading branch information
akapa committed Jul 28, 2023
1 parent 45f59f4 commit e3183b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

env:
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GH_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

jobs:
Expand Down

0 comments on commit e3183b5

Please sign in to comment.