mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-23 23:42:19 +00:00
tweak bunny api access
This commit is contained in:
parent
e2b6f268e1
commit
1472e1fd40
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-preview.yml
vendored
2
.github/workflows/deploy-preview.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
||||||
storageZoneName: "${{ secrets.BUNNY_STORAGE_NAME }}"
|
storageZoneName: "${{ secrets.BUNNY_STORAGE_NAME }}"
|
||||||
storagePassword: "${{ secrets.BUNNY_STORAGE_PASSWORD }}"
|
storagePassword: "${{ secrets.BUNNY_STORAGE_PASSWORD }}"
|
||||||
storageEndpoint: "${{ secrets.BUNNY_STORAGE_ENDPOINT }}"
|
storageEndpoint: "${{ secrets.BUNNY_STORAGE_ENDPOINT }}"
|
||||||
accessKey: "${{ secrets.BUNNY_STORAGE_KEY }}"
|
accessKey: "${{ secrets.BUNNY_API_KEY }}"
|
||||||
pullZoneId: "${{ secrets.BUNNY_ZONE_ID }}"
|
pullZoneId: "${{ secrets.BUNNY_ZONE_ID }}"
|
||||||
upload: "true"
|
upload: "true"
|
||||||
remove: "true"
|
remove: "true"
|
||||||
|
|
Loading…
Reference in a new issue