Skip to content

Commit

Permalink
Merge pull request #84 from bastelfreak/börp
Browse files Browse the repository at this point in the history
prepare_release action: use token with write perms
  • Loading branch information
bastelfreak authored Jan 8, 2025
2 parents ddccf22 + 9255453 commit 119ba8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
description: 'Module version to be released. Must be a valid semver string without leading v. (1.2.3)'
required: false

# The action needs more permissions in order to trigger CI runs
# https://github.com/peter-evans/create-pull-request?tab=readme-ov-file#token
permissions:
contents: write
pull-requests: write

jobs:
release_prep:
uses: 'voxpupuli/gha-puppet/.github/workflows/prepare_release.yml@prep'
Expand Down

0 comments on commit 119ba8b

Please sign in to comment.