Skip to content

Commit

Permalink
change to PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
flosoft committed Nov 6, 2021
1 parent 0d2802f commit 95bd6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }} # Required due to: https://github.community/t/github-action-not-triggering-gh-pages-upon-push/16096
token: ${{ secrets.GH_PAT }} # Required due to: https://github.community/t/github-action-not-triggering-gh-pages-upon-push/16096

- run: |
RELEASE_VER=$(git -c 'versionsort.suffix=-' \
Expand Down

0 comments on commit 95bd6cd

Please sign in to comment.