Skip to content

Commit

Permalink
Fix env vars in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zachkirsch authored Mar 30, 2023
1 parent df759d2 commit 96f64cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- name: Release SDKs, OpenAPI, Postman
env:
FERN_NPM_TOKEN: ${{ secrets.FERN_NPM_TOKEN }}
FERN_MAVEN_USERNMAE: ${{ secrets.FERN_MAVEN_USERNMAE }}
FERN_MAVEN_PASSWORD: ${{ secrets.FERN_MAVEN_PASSWORD }}
FERN_POSTMAN_API_KEY: ${{ secrets.FERN_POSTMAN_API_KEY }}
FERN_POSTMAN_WORKSPACE_ID: ${{ secrets.FERN_POSTMAN_WORKSPACE_ID }}
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
Expand Down

0 comments on commit 96f64cb

Please sign in to comment.