Skip to content

Commit

Permalink
Merge pull request #151 from sketch-hq/chore/update-workflow
Browse files Browse the repository at this point in the history
Change secret used as `GITHUB_TOKEN`
  • Loading branch information
christianklotz authored Apr 7, 2021
2 parents 261cfbd + 4d0a08a commit de874cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
with:
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SKETCH_RELEASES_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit de874cc

Please sign in to comment.