Skip to content

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

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

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

Workflow file for this run

name: Update MQT Core
on:
schedule:
# run once a month on the first day of the month at 00:00 UTC
- cron: "0 0 1 * *"
workflow_dispatch:
inputs:
update-to-head:
description: "Update to the latest commit on the default branch"
type: boolean
required: false
default: false
pull_request:
paths:
- .github/workflows/update-mqt-core.yml
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
update-mqt-core:
name: ⬆️ Update MQT Core
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-mqt-core-update.yml@v1.12

Check failure on line 24 in .github/workflows/update-mqt-core.yml

View workflow run for this annotation

GitHub Actions / Update MQT Core

Invalid workflow file

The workflow is not valid. .github/workflows/update-mqt-core.yml (Line: 24, Col: 11): Secret APP_ID is required, but not provided while calling. .github/workflows/update-mqt-core.yml (Line: 24, Col: 11): Secret APP_PRIVATE_KEY is required, but not provided while calling.
with:
update-to-head: ${{ github.event.inputs.update-to-head == 'true' }}