Skip to content

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

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

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

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:
- id: create-token
uses: actions/create-github-app-token@v2
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: munich-quantum-toolkit/templates@c31f629609147889858088dcd368b8dbcc71bd44 # v1.1.6
with:
token: ${{ steps.create-token.outputs.token }}
name: QMAP
organization: ${{ github.repository_owner }}
project-type: c++-python
repository: ${{ github.event.repository.name }}