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"