From 1472e1fd4059ccf17693ea9e7e13b76633cbe7d9 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 6 Jun 2024 18:15:15 -0500 Subject: [PATCH] tweak bunny api access --- .github/workflows/deploy-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index e071cce..5fd194f 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -55,7 +55,7 @@ jobs: storageZoneName: "${{ secrets.BUNNY_STORAGE_NAME }}" storagePassword: "${{ secrets.BUNNY_STORAGE_PASSWORD }}" storageEndpoint: "${{ secrets.BUNNY_STORAGE_ENDPOINT }}" - accessKey: "${{ secrets.BUNNY_STORAGE_KEY }}" + accessKey: "${{ secrets.BUNNY_API_KEY }}" pullZoneId: "${{ secrets.BUNNY_ZONE_ID }}" upload: "true" remove: "true"