Skip to content

Add IntegrationTest workflow #3

Add IntegrationTest workflow

Add IntegrationTest workflow #3

Workflow file for this run

name: Register Package
on:
workflow_dispatch:
pull_request:
types:
- closed
paths:
- 'Project.toml'
branches:
- 'master'
- 'main'
jobs:
Register:
if: github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@main"

Check failure on line 15 in .github/workflows/Registrator.yml

View workflow run for this annotation

GitHub Actions / Register Package

Invalid workflow file

The workflow is not valid. .github/workflows/Registrator.yml (Line: 15, Col: 11): Secret REGISTRATOR_KEY is required, but not provided while calling.
with:
localregistry: ITensor/ITensorRegistry