Skip to content

Commit

Permalink
pat
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Nov 12, 2024
1 parent 7af017a commit e3ac581
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ jobs:
git_commit_gpgsign: true

- name: Commit and push release
env:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
# Github doesn't trigger subsequent workflows unless pushing with my PAT
run: |
git remote set-url origin "https://${PAT_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git checkout -b "$RELEASE_BRANCH_PREFIX/${{ needs.validate_version.outputs.version }}"
git config --global user.email "[email protected]"
git config --global user.name "Voyager CI"
Expand Down

0 comments on commit e3ac581

Please sign in to comment.