Skip to content

Commit 8901adf

Browse files
ci: fix autofix.ci (#1714)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 517e50b commit 8901adf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/autofix.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ on:
44
push:
55
branches:
66
- main
7-
87
pull_request:
98
branches:
109
- main
10+
permissions:
11+
contents: read
1112

1213
jobs:
1314
autofix:
@@ -33,4 +34,4 @@ jobs:
3334
- name: Lint
3435
run: nr lint --fix
3536

36-
- uses: autofix-ci/action@v1
37+
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a

0 commit comments

Comments
 (0)