mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
24 lines
527 B
YAML
24 lines
527 B
YAML
name: Publish
|
|
permissions:
|
|
checks: write
|
|
contents: write
|
|
pull-requests: write
|
|
statuses: write
|
|
id-token: write
|
|
"on":
|
|
push:
|
|
branches:
|
|
- main
|
|
paths:
|
|
- .speakeasy/gen.lock
|
|
workflow_dispatch: {}
|
|
jobs:
|
|
publish:
|
|
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
|
|
with:
|
|
target: prowlarr
|
|
secrets:
|
|
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
|
npm_token: ${{ secrets.NPM_TOKEN }}
|
|
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
|