Skip to content

Commit

Permalink
Revert "#39 fix: set PAT to ensure permission for bot"
Browse files Browse the repository at this point in the history
This reverts commit 8c63032.
  • Loading branch information
tanhongit committed Aug 3, 2024
1 parent d154784 commit fa70b5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/php-docker-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,8 @@ jobs:
- name: Set new version tag
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git tag ${{ steps.inc_version.outputs.new_version }}
git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/cslant/blog-docker.git ${{ steps.inc_version.outputs.new_version }}
git push origin ${{ steps.inc_version.outputs.new_version }}
- name: Build and push Docker image
id: build-and-push
Expand Down

0 comments on commit fa70b5a

Please sign in to comment.