diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 33ed1fe..70e58ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,11 +30,11 @@ jobs: with: source: "dist" destination: "www" - storageZoneName: "hbas-frontend" + storageZoneName: "${{ secrets.STORAGE_ZONE_NAME }}" storageEndpoint: "uk.storage.bunnycdn.com" storagePassword: "${{ secrets.STORAGE_PASSWORD }}" accessKey: "${{ secrets.STORAGE_KEY }}" - pullZoneId: "hbas-frontend" + pullZoneId: "${{ secrets.PULL_ZONE_ID }}" upload: "true" remove: "true" purgePullZone: "true" \ No newline at end of file