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:
43
43
# Create a new branch with random number appended
44
44
git checkout -b update-readme-grpc-${{ steps.random.outputs.random_number }}
45
45
46
- - name : Set up authentication using GITHUB_TOKEN
46
+ - name : Set up authentication using PAT
47
47
run : |
48
48
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
50
50
51
51
- name : Commit and Push Changes
52
52
run : |
58
58
- name : Create Pull Request
59
59
uses : peter-evans/create-pull-request@v5
60
60
with :
61
- token : ${{ secrets.GITHUB_TOKEN }}
61
+ token : ${{ secrets.GH_TOKEN }}
62
62
branch : update-readme-grpc-${{ steps.random.outputs.random_number }}
63
63
commit-message : " Update sample server documentation from README"
64
64
title : " Update sample server documentation"
You can’t perform that action at this time.
0 commit comments