Skip to content

Commit 3f30183

Browse files
committed
Create speakeasy tagging action workflow
1 parent 8834780 commit 3f30183

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/tagging.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Speakeasy Tagging
2+
permissions:
3+
checks: write
4+
contents: write
5+
pull-requests: write
6+
statuses: write
7+
"on":
8+
push:
9+
branches:
10+
- main
11+
paths: []
12+
workflow_dispatch: {}
13+
jobs:
14+
tag:
15+
uses: speakeasy-api/sdk-generation-action/.github/workflows/tag.yaml@v15
16+
with:
17+
registry_tags: main
18+
secrets:
19+
github_access_token: ${{ secrets.GITHUB_TOKEN }}
20+
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}

0 commit comments

Comments
 (0)