Skip to content

Commit

Permalink
chore: Update release workflow to allow pull-requests: write (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Jun 27, 2024
1 parent fb826c3 commit e8b41c1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Release
on:
release:
types: [published]

permissions:
id-token: write
contents: write
pull-requests: write

jobs:
github-action:
uses: cloudposse-github-actions/.github/.github/workflows/shared-release-branches.yml@main
secrets: inherit

0 comments on commit e8b41c1

Please sign in to comment.