mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +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 }}"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue