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

Commit d1317d8

Browse files
committed
Set concurrency, use a dedicated access token
1 parent 6844ccb commit d1317d8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- main
66
pull_request:
77

8+
concurrency:
9+
cancel-in-progress: true
10+
811
jobs:
912
lint-with-pre-commit:
1013
runs-on: ubuntu-latest
@@ -28,5 +31,5 @@ jobs:
2831
if: always() && (steps.pre-commit.outcome == 'failure') && (github.event_name == 'pull_request')
2932
uses: devops-infra/[email protected]
3033
with:
31-
commit_message: Autoformat
32-
github_token: ${{ secrets.GITHUB_TOKEN }}
34+
commit_message: "Autoformat via GitHub Actions"
35+
github_token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)