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 edffb7c commit e700605Copy full SHA for e700605
.github/workflows/validate.yml
@@ -12,6 +12,11 @@ on:
12
- 'alpha'
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)
19
20
jobs:
21
main:
22
# ignore all-contributors PRs
@@ -56,6 +61,10 @@ jobs:
56
61
flags: node-${{ matrix.node }}
57
62
58
63
release:
64
+ permissions:
65
66
+ contents: write # to create release tags (cycjimmy/semantic-release-action)
67
59
68
needs: main
60
69
runs-on: ubuntu-latest
70
if:
0 commit comments