Skip to content

feat(number-text): Initial check-in of the NumberText component pac… #13

feat(number-text): Initial check-in of the NumberText component pac…

feat(number-text): Initial check-in of the NumberText component pac… #13

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-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

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
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 }}