From 527eebeefbe20b0c93f2ad85652a8a477ea50210 Mon Sep 17 00:00:00 2001 From: itsscb Date: Tue, 4 Mar 2025 21:33:55 +0100 Subject: [PATCH] chore: rename deploy key to shuttle-api-key in deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bcc0e19..5ee42a9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,5 +31,5 @@ jobs: - uses: shuttle-hq/deploy-action@main with: - deploy-key: ${{ secrets.SHUTTLE_API_KEY }} + shuttle-api-key: ${{ secrets.SHUTTLE_API_KEY }} project-id: proj_01JNH9KPMRS34FKC2NHWQ5YNNB \ No newline at end of file