Skip to content

⬆️🔒️ Lock file maintenance (#1104) #200

⬆️🔒️ Lock file maintenance (#1104)

⬆️🔒️ Lock file maintenance (#1104) #200

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