Skip to content

Commit 14e1d3f

Browse files
authored
Fix: Update token in PR checks submodule-codebuild-ci.yml
1 parent b2e8a3d commit 14e1d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/submodule-codebuild-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v3
5757
with:
5858
fetch-depth: 0
59-
token: ${{ secrets.REPO_ACCESS_KEY }} # or use appropriate token
59+
token: ${{ secrets.GH_PAT }} # or use appropriate token
6060
ref: ${{ github.event.pull_request.base.ref }} # Target branch (master-v3)
6161
- name: Detect Changes
6262
id: check-changes

0 commit comments

Comments
 (0)