Skip to content

Commit 502b1de

Browse files
authored
chore: Add missing GITHUB_TOKEN permissions (#22)
1 parent 8b84d11 commit 502b1de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: read
10+
pull-requests: write
11+
812
jobs:
913
release-please:
1014
runs-on: ubuntu-latest
@@ -21,7 +25,7 @@ jobs:
2125
package-name: ansible-collection-common
2226
release-type: python
2327
pull-request-title-pattern: 'chore${scope}: Release ${component} ${version}'
24-
token: ${{ secrets.ORG_GITHUB_TOKEN }}
28+
token: ${{ secrets.GITHUB_TOKEN }}
2529
extra-files: galaxy.yml
2630

2731
release:

0 commit comments

Comments
 (0)