Skip to content

Commit 1a49dd2

Browse files
committed
fix: pass SPEAKEASY_API_KEY to build step
1 parent 175c0ca commit 1a49dd2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/releases.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- uses: cachix/install-nix-action@v31
1717
- name: Build OpenAPI spec and events
1818
run: nix develop --impure --command just build ${{github.ref_name}}
19+
env:
20+
SPEAKEASY_API_KEY: ${{ secrets.SPEAKEASY_API_KEY }}
1921
- name: Create Release
2022
run: gh release create ${{github.ref_name}} --generate-notes
2123
env:

0 commit comments

Comments
 (0)