Skip to content

Commit b7448ba

Browse files
authored
Remove perms (added to global) (#134)
1 parent 1d2a7d2 commit b7448ba

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/draft-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ on:
1313
- 'minor'
1414
- 'patch'
1515

16-
permissions:
17-
contents: 'read'
18-
pull-requests: 'write'
19-
2016
jobs:
2117
draft-release:
2218
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v3' # ratchet:exclude

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
- 'main'
77
- 'release/**/*'
88

9-
permissions:
10-
contents: 'read'
11-
packages: 'write'
12-
139
jobs:
1410
release:
1511
uses: 'google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude

0 commit comments

Comments
 (0)