Skip to content

Commit 58a064d

Browse files
fix issue with label-checker (#113)
Error we are facing: `Error: Check run status and conclusions can only be updated internally by GitHub Actions. Please see https://github.blog/changelog/2025-02-12-notice-of-upcoming-deprecations-and-breaking-changes-for-github-actions/#changes-to-check-run-status-modification` Workaround by using the MCAF token this can be updated again. A proper solution is in the making here: danielchabr/pr-labels-checker#18 when that's implemented we can revert back to the GITHUB_TOKEN.
1 parent 59b654a commit 58a064d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync-root/.github/workflows/pr-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
id: lint_pr_labels
8787
with:
8888
hasSome: breaking,bug,chore,documentation,enhancement,feature,fix,security
89-
githubToken: ${{ secrets.GITHUB_TOKEN }}
89+
githubToken: ${{ secrets.MCAF_GITHUB_TOKEN }}
9090

9191
- uses: marocchino/sticky-pull-request-comment@v2
9292
# When the previous steps fails, the workflow would stop. By adding this

0 commit comments

Comments
 (0)