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 7b53cdc commit d0822adCopy full SHA for d0822ad
.github/workflows/draft-release.yml
@@ -13,6 +13,10 @@ on:
13
- 'minor'
14
- 'patch'
15
16
+permissions:
17
+ contents: 'read'
18
+ pull-requests: 'write'
19
+
20
jobs:
21
draft-release:
22
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v3' # ratchet:exclude
.github/workflows/release.yml
@@ -6,6 +6,10 @@ on:
6
- 'main'
7
- 'release/**/*'
8
9
10
11
+ packages: 'write'
12
release:
uses: 'google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude
.github/workflows/test.yml
@@ -33,6 +33,10 @@ defaults:
33
run:
34
shell: 'bash'
35
36
37
38
+ statuses: 'write'
39
40
41
unit:
42
name: 'unit'
0 commit comments