Skip to content

Commit 9c436ea

Browse files
authored
Update main.yml
1 parent 636917e commit 9c436ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |
@@ -58,7 +58,7 @@ jobs:
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"

0 commit comments

Comments
 (0)