Skip to content

Commit

Permalink
Use PAT for checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl authored Oct 13, 2020
1 parent af7932c commit da0611f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-for-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
echo "Own repository release version: $version"
echo "::set-output name=version::$version"
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v2
if: ${{ steps.theme-version.outputs.version != steps.repo-version.outputs.version }}
with:
token: ${{ secrets.GH_PAT }}
- name: Bump version and push tag
if: ${{ steps.theme-version.outputs.version != steps.repo-version.outputs.version }}
uses: tvdias/github-tagger@v0.0.2
Expand Down

0 comments on commit da0611f

Please sign in to comment.