Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/e2b-dev/code-interpreter in…
Browse files Browse the repository at this point in the history
…to generate-api-reference-for-code-interpreter-sdk-e2b-1235
  • Loading branch information
0div committed Nov 27, 2024
2 parents 43fdc0d + 8ea8003 commit 6994564
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-sheep-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-moose-work.md

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,18 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.VERSION_BUMPER_APPID }}
private-key: ${{ secrets.VERSION_BUMPER_SECRET }}

- name: Checkout Repo
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}


- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 6994564

Please sign in to comment.