Skip to content

Commit

Permalink
Merge pull request #416 from tkrs/tagging-user
Browse files Browse the repository at this point in the history
ci: fix tagging token to use own PAT
  • Loading branch information
tkrs authored Mar 18, 2022
2 parents 88c6424 + 625eb5a commit 3c1b772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GH_PAT }}
- name: Setting up git config
run: |
git config --global user.name "trks"
Expand Down

0 comments on commit 3c1b772

Please sign in to comment.