We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801ad37 commit c43512aCopy full SHA for c43512a
.github/workflows/validate.yml
@@ -12,6 +12,10 @@ on:
12
- 'alpha'
13
- '!all-contributors/**'
14
pull_request: {}
15
+permissions:
16
+ actions: write # to cancel/stop running workflows (styfle/cancel-workflow-action)
17
+ contents: read # to fetch code (actions/checkout)
18
+
19
jobs:
20
main:
21
continue-on-error: ${{ matrix.react != 'latest' }}
@@ -58,6 +62,10 @@ jobs:
58
62
flags: ${{ matrix.react }}
59
63
60
64
release:
65
+ permissions:
66
67
+ contents: write # to create release tags (cycjimmy/semantic-release-action)
68
61
69
needs: main
70
runs-on: ubuntu-latest
71
if:
0 commit comments