Skip to content

β¬†οΈπŸ‘¨β€πŸ’» Update munich-quantum-toolkit/workflows action to v2.2.0 (#1048) #145

β¬†οΈπŸ‘¨β€πŸ’» Update munich-quantum-toolkit/workflows action to v2.2.0 (#1048)

β¬†οΈπŸ‘¨β€πŸ’» Update munich-quantum-toolkit/workflows action to v2.2.0 (#1048) #145

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@7fe3464fde16330f8d452127a16e29019d7fc81c # v1.3.1
with:
token: ${{ steps.create-token.outputs.token }}
name: QMAP
organization: ${{ github.repository_owner }}
project-type: c++-python
repository: ${{ github.event.repository.name }}