Skip to content

🧱 include MQT Core via FetchContent instead of as a submodule #1

🧱 include MQT Core via FetchContent instead of as a submodule

🧱 include MQT Core via FetchContent instead of as a submodule #1

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:
pull_request:
paths:
- .github/workflows/update-mqt-core.yml
jobs:
update-mqt-core:
name: ⬆️ Update MQT Core
uses: cda-tum/mqt-workflows/.github/workflows/[email protected]
with:
# Replace with a PAT if the created PRs should automatically trigger workflows.
token: ${{ github.token }}

Check failure on line 17 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: 17, Col: 14): Invalid input, token is not defined in the referenced workflow. .github/workflows/update-mqt-core.yml (Line: 14, Col: 11): Secret token is required, but not provided while calling.