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 59b654a commit 58a064dCopy full SHA for 58a064d
sync-root/.github/workflows/pr-validation.yaml
@@ -86,7 +86,7 @@ jobs:
86
id: lint_pr_labels
87
with:
88
hasSome: breaking,bug,chore,documentation,enhancement,feature,fix,security
89
- githubToken: ${{ secrets.GITHUB_TOKEN }}
+ githubToken: ${{ secrets.MCAF_GITHUB_TOKEN }}
90
91
- uses: marocchino/sticky-pull-request-comment@v2
92
# When the previous steps fails, the workflow would stop. By adding this
0 commit comments