Skip to content

Commit

Permalink
fix: FERN_TOKEN in java sdk gen
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Jul 20, 2023
1 parent a39b937 commit b6437e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Release SDKs, OpenAPI, Postman
env:
FERN_NPM_TOKEN: ${{ secrets.FERN_NPM_TOKEN }}
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
FERN_MAVEN_USERNAME: ${{ secrets.FERN_MAVEN_USERNAME }}
FERN_MAVEN_PASSWORD: ${{ secrets.FERN_MAVEN_PASSWORD }}
run: |
Expand Down

0 comments on commit b6437e3

Please sign in to comment.