We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9bdcb commit 8255464Copy full SHA for 8255464
.github/workflows/call-super-linter.yaml
@@ -18,7 +18,7 @@ jobs:
18
# https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#permissions
19
permissions:
20
contents: read # clone the repo to lint
21
- statuses: write #read/write to repo custom statuses
+ statuses: none #read/write to repo custom statuses
22
23
### use Reusable Workflows to call my workflow remotely
24
### https://docs.github.com/en/actions/learn-github-actions/reusing-workflows
0 commit comments