Skip to content

⬆️🩹 Update patch updates (#386) #152

⬆️🩹 Update patch updates (#386)

⬆️🩹 Update patch updates (#386) #152

Workflow file for this run

name: Templating
on:
push:
branches:
- main
pull_request:
paths:
- ".github/workflows/templating.yml"
workflow_dispatch: # Allow manual triggering
jobs:
render-template:
name: Render template
runs-on: ubuntu-slim
permissions:
contents: write
pull-requests: write
steps:
- id: create-token
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
with:
client-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: munich-quantum-toolkit/templates@6b796f4c0404f74be469f32a3dcac05ef61d7b72 # v1.3.3
with:
token: ${{ steps.create-token.outputs.token }}
name: Debugger
organization: ${{ github.repository_owner }}
project-type: c++-python
repository: ${{ github.event.repository.name }}
has-changelog-and-upgrade-guide: false