Skip to content

Commit 6994564

Browse files
committed
Merge branch 'main' of https://github.com/e2b-dev/code-interpreter into generate-api-reference-for-code-interpreter-sdk-e2b-1235
2 parents 43fdc0d + 8ea8003 commit 6994564

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.changeset/itchy-sheep-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rare-moose-work.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,18 @@ jobs:
248248
name: Release
249249
runs-on: ubuntu-latest
250250
steps:
251+
- uses: actions/create-github-app-token@v1
252+
id: app-token
253+
with:
254+
app-id: ${{ vars.VERSION_BUMPER_APPID }}
255+
private-key: ${{ secrets.VERSION_BUMPER_SECRET }}
256+
251257
- name: Checkout Repo
252258
uses: actions/checkout@v3
259+
with:
260+
fetch-depth: 0
261+
token: ${{ steps.app-token.outputs.token }}
262+
253263

254264
- name: Set up Python
255265
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)