We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e8a3d commit 14e1d3fCopy full SHA for 14e1d3f
.github/workflows/submodule-codebuild-ci.yml
@@ -56,7 +56,7 @@ jobs:
56
- uses: actions/checkout@v3
57
with:
58
fetch-depth: 0
59
- token: ${{ secrets.REPO_ACCESS_KEY }} # or use appropriate token
+ token: ${{ secrets.GH_PAT }} # or use appropriate token
60
ref: ${{ github.event.pull_request.base.ref }} # Target branch (master-v3)
61
- name: Detect Changes
62
id: check-changes
0 commit comments