Skip to content

Commit c9c61b3

Browse files
authored
chore: Update release workflow to allow pull-requests: write (#1542)
1 parent 47e74d2 commit c9c61b3

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
name: Major Release Tagger
2-
1+
---
2+
name: release
33
on:
44
release:
55
types:
66
- published
77

8+
permissions:
9+
id-token: write
10+
contents: write
11+
pull-requests: write
12+
813
jobs:
9-
publish:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: cloudposse/github-action-major-release-tagger@v1
14+
terraform-module:
15+
uses: cloudposse/.github/.github/workflows/shared-release-branches.yml@main
16+
secrets: inherit

0 commit comments

Comments
 (0)