From 5017a360b0ff076e588e164804267145272e79dd Mon Sep 17 00:00:00 2001 From: Raphael Pothin Date: Sun, 17 Sep 2023 02:41:21 +0000 Subject: [PATCH] PAT for push of updated version of github repositories details --- .github/workflows/update-github-repositories-details.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-github-repositories-details.yml b/.github/workflows/update-github-repositories-details.yml index b7b77219..eec67fd3 100644 --- a/.github/workflows/update-github-repositories-details.yml +++ b/.github/workflows/update-github-repositories-details.yml @@ -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 \ No newline at end of file