Skip to content

⬆️🪝 Update patch versions (#352) #26

⬆️🪝 Update patch versions (#352)

⬆️🪝 Update patch versions (#352) #26

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@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: munich-quantum-toolkit/templates@a573dc1238219775b19d13b2394e94c783b2b207 # v1.1.13
with:
token: ${{ steps.create-token.outputs.token }}
name: YAQS
organization: ${{ github.repository_owner }}
project-type: pure-python
repository: ${{ github.event.repository.name }}