Skip to content

Commit

Permalink
Switched back to default bot credentials for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismuntean committed Dec 26, 2024
1 parent 5553620 commit f5a61c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ jobs:
# Commit the new version
- name: Commit Updated Version
env:
PAT: ${{ secrets.PAT }}
run: |
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
git add VERSION
git commit -m "Bump version to ${{ env.new_version }}"
git push https://${PAT}@github.com/chrismuntean/Handify.git HEAD:main
git push origin HEAD:main
# Log in to Docker Hub
- name: Log in to Docker Hub
Expand Down

0 comments on commit f5a61c7

Please sign in to comment.