File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -641,11 +641,11 @@ jobs:
641641 uses : actions/checkout@v4
642642 with :
643643 fetch-depth : 0
644- token : ${{ secrets.GH_PAT }}
644+ token : ${{ secrets.GITHUB_TOKEN }}
645645
646646 - name : Configure git
647647 env :
648- GITHUB_TOKEN : ${{ secrets.GH_PAT }}
648+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
649649 run : |
650650 git config user.name "github-actions[bot]"
651651 git config user.email "github-actions[bot]@users.noreply.github.com"
@@ -853,11 +853,11 @@ jobs:
853853 uses : actions/checkout@v4
854854 with :
855855 fetch-depth : 0
856- token : ${{ secrets.GH_PAT }}
856+ token : ${{ secrets.GITHUB_TOKEN }}
857857
858858 - name : Configure git
859859 env :
860- GITHUB_TOKEN : ${{ secrets.GH_PAT }}
860+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
861861 run : |
862862 git config user.name "github-actions[bot]"
863863 git config user.email "github-actions[bot]@users.noreply.github.com"
You can’t perform that action at this time.
0 commit comments