File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 19
19
- name : Push to object store
20
20
uses : docker://docker.io/rclone/rclone:latest
21
21
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
25
29
with :
26
30
args : copy appcast.xml objstore:macos/appcast/
You can’t perform that action at this time.
0 commit comments