We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8172ebb commit e4cfab1Copy full SHA for e4cfab1
.github/workflows/tagging.yaml
@@ -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