Skip to content

Commit

Permalink
Merge pull request #8 from solarwinds/grepory/publish
Browse files Browse the repository at this point in the history
feat(gen): add publishing workflow
  • Loading branch information
grepory authored Dec 6, 2024
2 parents cb250a9 + ea29a6e commit afcb9e2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/sdk_publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Publish
permissions:
checks: write
contents: write
pull-requests: write
statuses: write
id-token: write
"on":
push:
branches:
- main
paths:
- .speakeasy/gen.lock
workflow_dispatch: {}
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
with:
target: solar-winds
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ Developer-friendly & type-safe Go SDK specifically catered to leverage *github.c
</div>


<br /><br />
> [!IMPORTANT]
> This SDK is not yet ready for production use. To complete setup please follow the steps outlined in your [workspace](https://app.speakeasy.com/org/swo/swo). Delete this section before > publishing to a package manager.
<!-- Start Summary [summary] -->
## Summary

Expand Down

0 comments on commit afcb9e2

Please sign in to comment.