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 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/
You can’t perform that action at this time.
0 commit comments