Skip to content

Commit

Permalink
Use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Jun 21, 2023
1 parent f83ad09 commit 7959163
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,4 @@ jobs:
with:
version: yarn version-packages
env:
# note that we're not using the GH token provided by Actions here because Actions has a rule that Actions
# will not run as the result of another Action so CI wouldn't run on the release PRs then
# we can get around it by using a personal access token from a GH account
GITHUB_TOKEN: ${{ secrets.KEYSTONE_RELEASE_BOT_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7959163

Please sign in to comment.