Skip to content

Commit 8255464

Browse files
authored
Breaking statuses permission in call-super-linter.yaml
1 parent cc9bdcb commit 8255464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/call-super-linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#permissions
1919
permissions:
2020
contents: read # clone the repo to lint
21-
statuses: write #read/write to repo custom statuses
21+
statuses: none #read/write to repo custom statuses
2222

2323
### use Reusable Workflows to call my workflow remotely
2424
### https://docs.github.com/en/actions/learn-github-actions/reusing-workflows

0 commit comments

Comments
 (0)