Skip to content

Commit 805dffe

Browse files
committed
Update destination for appcast XML files
1 parent 79374e6 commit 805dffe

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/generate-appcast.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ jobs:
1919
- name: Push to object store
2020
uses: docker://docker.io/rclone/rclone:latest
2121
env:
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
22+
RCLONE_CONFIG_OBJSTORE_TYPE: ${{ secrets.AZUREBLOB_TYPE }}
23+
RCLONE_CONFIG_OBJSTORE_ACCOUNT: ${{ secrets.AZUREBLOB_ACCOUNT }}
24+
RCLONE_CONFIG_OBJSTORE_KEY: ${{ secrets.AZUREBLOB_KEY }}
2925
with:
30-
args: copy appcast.xml objstore:syncthing-macos/appcast/
26+
args: copy appcast.xml objstore:macos/appcast/

0 commit comments

Comments
 (0)