Skip to content

Commit

Permalink
PAT for push of updated version of github repositories details
Browse files Browse the repository at this point in the history
  • Loading branch information
rpothin authored Sep 17, 2023
1 parent b5883b7 commit 5017a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-github-repositories-details.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
git add --all
git commit -m "GitHub repositories details updated - ${{ steps.current_date.outputs.NOW }}.${{ github.run_number }}"
git -c http.extraheader="AUTHORIZATION: Bearer ${{ secrets.GITHUB_TOKEN }}" push origin main
git -c http.extraheader="AUTHORIZATION: Bearer ${{ secrets.PAT_PUSH }}" push origin main
shell: pwsh

0 comments on commit 5017a36

Please sign in to comment.