Skip to content

Commit 17f38eb

Browse files
authored
Merge pull request #11 from e2b-dev/removed-unused-e2b-api-key-from-actions
Removed unused api key from actions
2 parents 3110bd9 + 89e4289 commit 17f38eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish_packages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Publish MCP Packages
33
on:
44
workflow_call:
55
secrets:
6-
E2B_API_KEY:
7-
required: true
86
NPM_TOKEN:
97
required: true
108
PYPI_TOKEN:
@@ -15,7 +13,7 @@ permissions:
1513

1614
jobs:
1715
test:
18-
name: Publish Desktop SDK
16+
name: Publish MCP Server
1917
runs-on: ubuntu-20.04
2018
steps:
2119
- uses: actions/create-github-app-token@v1

0 commit comments

Comments
 (0)