Skip to content

🔧 Simplify .readthedocs.yaml (#372) #138

🔧 Simplify .readthedocs.yaml (#372)

🔧 Simplify .readthedocs.yaml (#372) #138

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: Debugger
organization: ${{ github.repository_owner }}
project-type: c++-python
repository: ${{ github.event.repository.name }}
has-changelog-and-upgrade-guide: false