Skip to content

Commit fb608c4

Browse files
committed
temp: disable permissions
1 parent 9f968be commit fb608c4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/spelling.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ on:
1717
jobs:
1818
spelling:
1919
name: Check Spelling
20-
permissions:
21-
contents: read
22-
pull-requests: read
23-
actions: read
24-
security-events: write
20+
# permissions:
21+
# contents: read
22+
# pull-requests: read
23+
# actions: read
24+
# security-events: write
2525
outputs:
2626
followup: ${{ steps.spelling.outputs.followup }}
2727
runs-on: ubuntu-latest
@@ -52,9 +52,9 @@ jobs:
5252
name: Report (PR)
5353
runs-on: ubuntu-latest
5454
needs: spelling
55-
permissions:
56-
contents: read
57-
pull-requests: write
55+
# permissions:
56+
# contents: read
57+
# pull-requests: write
5858
if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
5959
steps:
6060
- name: comment

0 commit comments

Comments
 (0)