Skip to content

Comments

Add python-sdk generator to fern/generators.yml#271

Merged
Eclairemoy merged 5 commits intomainfrom
jsklan/python-sdk
Jul 9, 2025
Merged

Add python-sdk generator to fern/generators.yml#271
Eclairemoy merged 5 commits intomainfrom
jsklan/python-sdk

Conversation

@fern-support
Copy link
Collaborator

No description provided.

Comment on lines +13 to +29
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v4

- name: Download Fern
run: npm install -g fern-api

- name: Release SDKs
env:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
FERN_PYPI_TOKEN: ${{ secrets.FERN_PYPI_TOKEN }}
run: |
fern generate --group python-sdk --version ${{ inputs.version }} --log-level debug No newline at end of file

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
@Eclairemoy Eclairemoy merged commit f6816a3 into main Jul 9, 2025
8 checks passed
@Eclairemoy Eclairemoy deleted the jsklan/python-sdk branch July 9, 2025 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants