mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
Create speakeasy tagging action workflow
This commit is contained in:
20
.github/workflows/tagging.yaml
vendored
Normal file
20
.github/workflows/tagging.yaml
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
name: Speakeasy Tagging
|
||||||
|
permissions:
|
||||||
|
checks: write
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
statuses: write
|
||||||
|
"on":
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths: []
|
||||||
|
workflow_dispatch: {}
|
||||||
|
jobs:
|
||||||
|
tag:
|
||||||
|
uses: speakeasy-api/sdk-generation-action/.github/workflows/tag.yaml@v15
|
||||||
|
with:
|
||||||
|
registry_tags: main
|
||||||
|
secrets:
|
||||||
|
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
|
||||||
Reference in New Issue
Block a user