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 175c0ca commit 1a49dd2Copy full SHA for 1a49dd2
1 file changed
.github/workflows/releases.yml
@@ -16,6 +16,8 @@ jobs:
16
- uses: cachix/install-nix-action@v31
17
- name: Build OpenAPI spec and events
18
run: nix develop --impure --command just build ${{github.ref_name}}
19
+ env:
20
+ SPEAKEASY_API_KEY: ${{ secrets.SPEAKEASY_API_KEY }}
21
- name: Create Release
22
run: gh release create ${{github.ref_name}} --generate-notes
23
env:
0 commit comments