Skip to content

Commit 72ef32b

Browse files
authored
chore: Update release workflow to allow pull-requests: write (#44)
1 parent 7b0dada commit 72ef32b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Release
2+
on:
3+
release:
4+
types: [published]
5+
6+
permissions:
7+
id-token: write
8+
contents: write
9+
pull-requests: write
10+
11+
jobs:
12+
github-action:
13+
uses: cloudposse-github-actions/.github/.github/workflows/shared-release-branches.yml@main
14+
secrets: inherit

0 commit comments

Comments
 (0)