Skip to content

Commit e43b325

Browse files
committed
Revert "Update destination for appcast XML files"
We're back to s3.
1 parent 880b79f commit e43b325

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/generate-appcast.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ jobs:
1919
- name: Push to object store
2020
uses: docker://docker.io/rclone/rclone:latest
2121
env:
22-
RCLONE_CONFIG_OBJSTORE_TYPE: ${{ secrets.AZUREBLOB_TYPE }}
23-
RCLONE_CONFIG_OBJSTORE_ACCOUNT: ${{ secrets.AZUREBLOB_ACCOUNT }}
24-
RCLONE_CONFIG_OBJSTORE_KEY: ${{ secrets.AZUREBLOB_KEY }}
22+
RCLONE_CONFIG_OBJSTORE_TYPE: s3
23+
RCLONE_CONFIG_OBJSTORE_PROVIDER: ${{ secrets.S3_PROVIDER }}
24+
RCLONE_CONFIG_OBJSTORE_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
25+
RCLONE_CONFIG_OBJSTORE_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
26+
RCLONE_CONFIG_OBJSTORE_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
27+
RCLONE_CONFIG_OBJSTORE_REGION: ${{ secrets.S3_REGION }}
28+
RCLONE_CONFIG_OBJSTORE_ACL: public-read
2529
with:
2630
args: copy appcast.xml objstore:macos/appcast/

0 commit comments

Comments
 (0)