Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/generate-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,19 @@ on:
required: true
type: string

environment:
description: 'The name of the environment to use for the generate_changelog job.'
required: true
type: string

secrets:
token_private_key:
description: 'A GitHub App private key used to generate an access token to create a pull request.'

jobs:
generate_changelog:
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
steps:
- name: Create GitHub App Token
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
Expand Down