Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit d1acebb

Browse files
committed
Use a dedicated access token
1 parent 6844ccb commit d1acebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
if: always() && (steps.pre-commit.outcome == 'failure') && (github.event_name == 'pull_request')
2929
uses: devops-infra/[email protected]
3030
with:
31-
commit_message: Autoformat
32-
github_token: ${{ secrets.GITHUB_TOKEN }}
31+
commit_message: "Autoformat via GitHub Actions"
32+
github_token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)