Skip to content

Commit

Permalink
prepare_release action: use token with write perms
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jan 8, 2025
1 parent 7fe77c1 commit 9255453
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: true

# 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 9255453

Please sign in to comment.