Skip to content

Commit 4c079f2

Browse files
committed
fix: use default GITHUB_TOKEN in pr-linter
1 parent 56deb06 commit 4c079f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Validate
7777
uses: ./tools/@aws-cdk/prlint
7878
env:
79-
GITHUB_TOKEN: ${{ secrets.PROJEN_GITHUB_TOKEN }}
79+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080
PR_NUMBER: ${{ needs.download-if-workflow-run.outputs.pr_number }}
8181
PR_SHA: ${{ needs.download-if-workflow-run.outputs.pr_sha }}
8282
LINTER_LOGIN: ${{ vars.LINTER_LOGIN }}

0 commit comments

Comments
 (0)