mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 04:20:46 +00:00
23 lines
592 B
YAML
23 lines
592 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 }}
|
|
java_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
|
java_gpg_secret_key: ${{ secrets.GPG_SECRET_KEY }}
|
|
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
|
|
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
|