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 16105d5 commit 243531dCopy full SHA for 243531d
.github/workflows/release.yml
@@ -22,4 +22,16 @@ jobs:
22
CODEX_API_KEY: ${{ secrets.CODEX_API_KEY }}
23
- run: npm publish --access public
24
env:
25
- NPM_TOKEN: ${{secrets.CODEX_SDK_NPM_TOKEN}}
+ NPM_TOKEN: ${{secrets.CODEX_SDK_NPM_TOKEN}}
26
+
27
+ - name: Notify Discord
28
+ uses: SethCohen/github-releases-to-discord@v1
29
+ with:
30
+ webhook_url: ${{secrets.DISCORD_WEBHOOK_URL}}
31
+ color: "2105893"
32
+ username: "Codex SDK Release"
33
+ avatar_url: "https://avatars.githubusercontent.com/u/175457154?s=200&v=4"
34
+ content: "🚀 New SDK release is now available!"
35
+ footer_title: "Codex SDK Changelog"
36
+ reduce_headings: true
37
+ remove_github_reference_links: false
0 commit comments