Skip to content

Commit d3c51c8

Browse files
committed
fix(ci): use GITHUB_TOKEN
1 parent 226f6b3 commit d3c51c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
2020
env:
21-
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_PAT_2 }}
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
with:
2323
ignoreLabels: |
2424
release

0 commit comments

Comments
 (0)