Skip to content

Commit 86e39cc

Browse files
authored
Update validate.yml
1 parent e700605 commit 86e39cc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ on:
1313
- '!all-contributors/**'
1414
pull_request: {}
1515

16-
permissions:
17-
actions: write # to cancel/stop running workflows (styfle/cancel-workflow-action)
18-
contents: read # to fetch code (actions/checkout)
16+
permissions: {}
1917

2018
jobs:
2119
main:
20+
permissions:
21+
actions: write # to cancel/stop running workflows (styfle/cancel-workflow-action)
22+
contents: read # to fetch code (actions/checkout)
2223
# ignore all-contributors PRs
2324
if: ${{ !contains(github.head_ref, 'all-contributors') }}
2425
strategy:

0 commit comments

Comments
 (0)