Skip to content

Commit

Permalink
Updates to ci.yml and generators.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TeisJayaswal committed Feb 27, 2023
1 parent 5683e18 commit bd2c763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,9 @@ jobs:
- name: Download Fern
run: npm install -g fern-api

- name: Release SDKs, OpenAPI, Postman
- name: Release SDK
env:
FERN_NPM_TOKEN: ${{ secrets.FERN_NPM_TOKEN }}
FERN_POSTMAN_API_KEY: ${{ secrets.FERN_POSTMAN_API_KEY }}
FERN_POSTMAN_WORKSPACE_ID: ${{ secrets.FERN_POSTMAN_WORKSPACE_ID }}
FERN_MAVEN_USERNAME: ${{ secrets.FERN_MAVEN_USERNAME }}
FERN_MAVEN_TOKEN: ${{ secrets.FERN_MAVEN_TOKEN }}
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
run: fern generate --group publish --version ${{ github.ref_name }} --log-level debug

Expand Down
4 changes: 2 additions & 2 deletions fern/api/generators.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
groups:
external:
publish:
generators:
- name: fernapi/fern-typescript-sdk
version: 0.2.0
Expand All @@ -8,4 +8,4 @@ groups:
package-name: '@fern-api/hookdeck'
token: ${FERN_NPM_TOKEN}
github:
repository: fern-hookdeck/hookdeck-node
repository: fern-hookdeck/hookdeck-node

0 comments on commit bd2c763

Please sign in to comment.