Skip to content

Update compat

Update compat #79

Workflow file for this run

# Ref: https://securitylab.github.com/research/github-actions-preventing-pwn-requests
name: Breakage
# read-only repo token
# no access to secrets
on:
pull_request:
types: [labeled, synchronize, opened, reopened]
jobs:
call:
strategy:
fail-fast: false
matrix:
pkgname: [OptimalControl]
pkgversion: [latest, stable]
include:
- pkgpath: control-toolbox
uses: control-toolbox/CTActions/.github/workflows/breakage.yml@main
with:
pkgname: ${{ matrix.pkgname }}
pkgpath: ${{ matrix.pkgpath }}
pkgversion: ${{ matrix.pkgversion }}
use_ct_registry: true
secrets:
SSH_KEY: ${{ secrets.SSH_KEY }}