Skip to content

Commit

Permalink
Testing with existing fine-grained token in checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Sep 28, 2024
1 parent 06e86c4 commit 44c673e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/reusable_image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
repository: MukuFlash03/${{ inputs.repo }}
ref: ${{ inputs.branch }}
token: ${{ secrets.GH_FG_PAT_TAGS }}

- name: Set docker image tags
id: set-tags
Expand Down Expand Up @@ -89,7 +90,7 @@ jobs:
else
git add .env
git commit -m "Updated docker image tags in .env file to the latest timestamp"
# git push https://${{ secrets.GH_FG_PAT_TAGS }}@github.com/MukuFlash03/${{ inputs.repo }}.git HEAD:${{ inputs.branch }}
git push origin cleanup-cicd
git push https://${{ secrets.GH_FG_PAT_TAGS }}@github.com/MukuFlash03/${{ inputs.repo }}.git HEAD:${{ inputs.branch }}
# git push origin cleanup-cicd
fi
cat .env

0 comments on commit 44c673e

Please sign in to comment.