mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 04:20:52 +00:00
21 lines
488 B
YAML
21 lines
488 B
YAML
name: Publish
|
|
permissions:
|
|
checks: write
|
|
contents: write
|
|
pull-requests: write
|
|
statuses: write
|
|
"on":
|
|
push:
|
|
branches:
|
|
- main
|
|
paths:
|
|
- RELEASES.md
|
|
- '*/RELEASES.md'
|
|
jobs:
|
|
publish:
|
|
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
|
|
secrets:
|
|
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
|
rubygems_auth_token: ${{ secrets.RUBYGEMS_AUTH_TOKEN }}
|
|
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
|