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 f353ec1 commit 64bbdddCopy full SHA for 64bbddd
.github/workflows/CCOA.yml
@@ -34,7 +34,7 @@ jobs:
34
if: steps.date_check.outputs.continue == 'true'
35
uses: actions/github-script@v7
36
with:
37
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
38
script: |
39
github.rest.issues.addLabels({
40
owner: context.repo.owner,
0 commit comments