Skip to content

Commit

Permalink
Merge pull request #538 from Chia-Network/update-token
Browse files Browse the repository at this point in the history
Update to PACKAGE_ADMIN_PAT
  • Loading branch information
cmmarslender authored Mar 11, 2022
2 parents 715c0c1 + 3f95b34 commit 6520249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Checkout current branch
uses: actions/checkout@v3
with:
# Need REPO_ADMIN token so when the tag is created, the tag automation runs
token: ${{ secrets.REPO_ADMIN }}
# Need PACKAGE_ADMIN_PAT token so when the tag is created, the tag automation runs
token: ${{ secrets.PACKAGE_ADMIN_PAT }}
fetch-depth: 0

- name: Check for current version tag. Create if it doesn't exist
Expand Down

0 comments on commit 6520249

Please sign in to comment.