Skip to content

Commit

Permalink
THREAT-449 Fix PAT version bump action
Browse files Browse the repository at this point in the history
  • Loading branch information
akozlovets098 committed Feb 5, 2025
1 parent 41aba41 commit f29b819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version_bump_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- name: Create Branch and Pull Request
run: |
NEW_VERSION="${{ steps.bump_version.outputs.new_version }}"
git config user.name "dac-bot[bot]"
git config user.email "dac-bot@panther.com"
git config --global user.email "github-service-account-automation@panther.io"
git config --global user.name "panther-bot-automation"
git checkout -b "$NEW_VERSION"
git commit -a -S -m "Bump version to $NEW_VERSION"
git push --set-upstream origin "$NEW_VERSION"
Expand Down

0 comments on commit f29b819

Please sign in to comment.