Skip to content

Commit 24a4643

Browse files
authored
Merge pull request #25 from bstoll/status-updates
Remove GITHB_TOKEN from linter args
2 parents f7481cb + c2a3780 commit 24a4643

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
permissions:
1616
contents: read
1717
packages: read
18-
# To report Github Actions status checks
19-
statuses: write
2018

2119
steps:
2220
- name: Checkout Code
@@ -38,4 +36,4 @@ jobs:
3836
GITHUB_ACTIONS_COMMAND_ARGS: -ignore SC2046
3937
IGNORE_GENERATED_FILES: true
4038
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
MULTI_STATUS: false

0 commit comments

Comments
 (0)