Skip to content

Commit

Permalink
Release prep: use bot PAT to create release PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Feb 4, 2025
1 parent fa6e808 commit ab8d9e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
uses: 'voxpupuli/gha-puppet/.github/workflows/prepare_release.yml@prep'
with:
version: ${{ github.event.inputs.version }}
secrets: 'inherit'
secrets:
# Configure secrets here:
# https://docs.github.com/en/actions/security-guides/encrypted-secrets
github_pat: ${{ secrets.PCCI_PAT_RELEASE_PREP }}

0 comments on commit ab8d9e0

Please sign in to comment.