File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ jobs:
4343 # Create a new branch with random number appended
4444 git checkout -b update-readme-grpc-${{ steps.random.outputs.random_number }}
4545
46- - name : Set up authentication using GITHUB_TOKEN
46+ - name : Set up authentication using PAT
4747 run : |
4848 cd CLSFramework.github.io
49- git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/CLSFramework/CLSFramework.github.io.git
49+ git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/CLSFramework/CLSFramework.github.io.git
5050
5151 - name : Commit and Push Changes
5252 run : |
5858 - name : Create Pull Request
5959 uses : peter-evans/create-pull-request@v5
6060 with :
61- token : ${{ secrets.GITHUB_TOKEN }}
61+ token : ${{ secrets.GH_TOKEN }}
6262 branch : update-readme-grpc-${{ steps.random.outputs.random_number }}
6363 commit-message : " Update sample server documentation from README"
6464 title : " Update sample server documentation"
You can’t perform that action at this time.
0 commit comments