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 fbc484c commit 6f36b9cCopy full SHA for 6f36b9c
.github/workflows/codebuild-ci.yml
@@ -21,6 +21,7 @@ jobs:
21
uses: actions/github-script@v7
22
id: collab-check
23
with:
24
+ github-token: ${{ secrets.COLLAB_CHECK_TOKEN }}
25
result-encoding: string
26
script: |
27
try {
0 commit comments