Skip to content

Commit

Permalink
test: what happens on failed upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeressian committed Feb 6, 2024
1 parent 95cef90 commit ef175d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
uses: ayeressian/bunnycdn-storage-deploy@master
with:
source: "e2e/test-dir"
storageZoneName: "${{ secrets.STORAGE_NAME_TEST }}"
storagePassword: "${{ secrets.STORAGE_PASSWORD_TEST }}"
storageZoneName: "tttt"
storagePassword: "ttt"
accessKey: "${{ secrets.ACCESS_KEY_TEST }}"
pullZoneId: "${{ secrets.ZONE_ID_TEST }}"
upload: "true"
Expand Down

0 comments on commit ef175d9

Please sign in to comment.