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 e700605 commit 86e39ccCopy full SHA for 86e39cc
.github/workflows/validate.yml
@@ -13,12 +13,13 @@ on:
13
- '!all-contributors/**'
14
pull_request: {}
15
16
-permissions:
17
- actions: write # to cancel/stop running workflows (styfle/cancel-workflow-action)
18
- contents: read # to fetch code (actions/checkout)
+permissions: {}
19
20
jobs:
21
main:
+ permissions:
+ actions: write # to cancel/stop running workflows (styfle/cancel-workflow-action)
22
+ contents: read # to fetch code (actions/checkout)
23
# ignore all-contributors PRs
24
if: ${{ !contains(github.head_ref, 'all-contributors') }}
25
strategy:
0 commit comments