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 56deb06 commit 4c079f2Copy full SHA for 4c079f2
.github/workflows/pr-linter.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Validate
77
uses: ./tools/@aws-cdk/prlint
78
env:
79
- GITHUB_TOKEN: ${{ secrets.PROJEN_GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80
PR_NUMBER: ${{ needs.download-if-workflow-run.outputs.pr_number }}
81
PR_SHA: ${{ needs.download-if-workflow-run.outputs.pr_sha }}
82
LINTER_LOGIN: ${{ vars.LINTER_LOGIN }}
0 commit comments