mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Marvin: fix deprecated variable names (#1417)
This commit is contained in:
parent
2ef4b5b4dc
commit
e845b56a34
1 changed files with 2 additions and 2 deletions
4
.github/workflows/marvin.yml
vendored
4
.github/workflows/marvin.yml
vendored
|
|
@ -40,8 +40,8 @@ jobs:
|
|||
id: marvin-token
|
||||
uses: actions/create-github-app-token@v1
|
||||
with:
|
||||
app_id: ${{ secrets.MARVIN_APP_ID }}
|
||||
private_key: ${{ secrets.MARVIN_APP_PRIVATE_KEY }}
|
||||
app-id: ${{ secrets.MARVIN_APP_ID }}
|
||||
private-key: ${{ secrets.MARVIN_APP_PRIVATE_KEY }}
|
||||
|
||||
# /marvin slash command
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue