Skip to content

chore(monorepo): update auto-merge non-major dependencies #19

chore(monorepo): update auto-merge non-major dependencies

chore(monorepo): update auto-merge non-major dependencies #19

Workflow file for this run

name: Syncpack
on:
pull_request:
branches:
- main
- canary
- experimental
paths-ignore:
- "!**/package.json"
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
permissions:
contents: write
id-token: write
jobs:
syncpack:
name: Syncpack
uses: storm-software/storm-ops/.github/workflows/syncpack-reusable.yml@main

Check failure on line 23 in .github/workflows/syncpack.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/syncpack.yml

Invalid workflow file

error parsing called workflow ".github/workflows/syncpack.yml" -> "storm-software/storm-ops/.github/workflows/syncpack-reusable.yml@main" : failed to fetch workflow: workflow was not found.
secrets:
STORM_BOT_GITHUB_TOKEN: ${{ secrets.STORM_BOT_GITHUB_TOKEN }}
STORM_BOT_NPM_TOKEN: ${{ secrets.STORM_BOT_NPM_TOKEN }}
STORM_BOT_CARGO_TOKEN: ${{ secrets.STORM_BOT_CARGO_TOKEN }}