Skip to content

Commit

Permalink
Use PAT also for push
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl authored Oct 14, 2020
1 parent da0611f commit 04d5b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
if: ${{ steps.theme-version.outputs.version != steps.repo-version.outputs.version }}
uses: tvdias/github-tagger@v0.0.2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GH_PAT }}
tag: ${{ steps.theme-version.outputs.version }}

0 comments on commit 04d5b39

Please sign in to comment.