Skip to content

β¬†οΈπŸ‘¨β€πŸ’» Update munich-quantum-toolkit/templates action to v1.1.11 #23

β¬†οΈπŸ‘¨β€πŸ’» Update munich-quantum-toolkit/templates action to v1.1.11

β¬†οΈπŸ‘¨β€πŸ’» Update munich-quantum-toolkit/templates action to v1.1.11 #23

Workflow file for this run

name: Templating
on:
pull_request:
paths:
- ".github/workflows/templating.yml"
workflow_dispatch: # Allow manual triggering
jobs:
render-template:
name: Render template
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- id: read-release-drafter-categories
run: |
JSON_CONTENT=$(cat .github/workflow_inputs/release_drafter_categories.json | jq -c .)
echo "release_drafter_categories=$JSON_CONTENT" >> $GITHUB_OUTPUT
- id: create-token
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: munich-quantum-toolkit/templates@4299ec8bbb21d85c1b32ac6ac6fd6701586dea21 # v1.1.11
with:
token: ${{ steps.create-token.outputs.token }}
name: core-plugins-catalyst
organization: ${{ github.repository_owner }}
project-type: c++-python
repository: ${{ github.event.repository.name }}
release-drafter-categories: ${{ steps.read-release-drafter-categories.outputs.release_drafter_categories }}