Skip to content

Commit

Permalink
gha: add missing _BUCKET_PREFIXs
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Aug 7, 2023
1 parent 4f06223 commit 22091ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main-5.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
S3_CUSTOM_ACCESS_KEY_ID: "minioadmin"
S3_CUSTOM_SECRET_KEY: "minioadmin"
S3_CUSTOM_HOST: "localhost:9000"
S3_CUSTOM_BUCKET_PREFIX: lucee-ldev-e-
S3_BACKBLAZE_ACCESS_KEY_ID: 005a56c2ce399e70000000001
S3_BACKBLAZE_SECRET_KEY: ${{ secrets.S3_BACKBLAZE_SECRET_KEY }}
S3_BACKBLAZE_HOST: s3.us-east-005.backblazeb2.com
S3_BACKBLAZE_BUCKET_PREFIX: lucee-ldev-e-
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
S3_CUSTOM_ACCESS_KEY_ID: "minioadmin"
S3_CUSTOM_SECRET_KEY: "minioadmin"
S3_CUSTOM_HOST: "localhost:9000"
S3_CUSTOM_BUCKET_PREFIX: lucee-ldev-e-
S3_BACKBLAZE_ACCESS_KEY_ID: 005a56c2ce399e70000000001
S3_BACKBLAZE_SECRET_KEY: ${{ secrets.S3_BACKBLAZE_SECRET_KEY }}
S3_BACKBLAZE_HOST: s3.us-east-005.backblazeb2.com
S3_BACKBLAZE_HOST: s3.us-east-005.backblazeb2.com
S3_BACKBLAZE_BUCKET_PREFIX: lucee-ldev-e-

0 comments on commit 22091ef

Please sign in to comment.