Skip to content

New workflows

New workflows #51

name: Release Sync for Payroll library

Check failure on line 1 in .github/workflows/sync_for_payroll_release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/sync_for_payroll_release.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: secrets
'on':
push:
paths:
- sync-for-payroll/RELEASES.md
branches:
- main
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}