Skip to content

Configure npm distribution mirror and inventory syncing #102

Configure npm distribution mirror and inventory syncing

Configure npm distribution mirror and inventory syncing #102

Workflow file for this run

name: Mirror Distributions
on:
workflow_dispatch:
schedule:
- cron: '00 1 * * 1-5'
jobs:
mirror-node:
uses: ./_mirror-distribution.yml

Check failure on line 9 in .github/workflows/mirror.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mirror.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
name: Node.js
distribution: node
secrets: inherit
mirror-yarn:
uses: ./_mirror-distribution.yml
with:
name: Yarn
distribution: yarn
secrets: inherit
mirror-npm:
uses: ./_mirror-distribution.yml
with:
name: NPM
distribution: npm
secrets: inherit