File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,11 @@ jobs:
14
14
release :
15
15
runs-on : macos-13
16
16
steps :
17
- - name : Configure AWS Credentials
18
- uses : aws-actions/configure-aws-credentials@v4
19
- with :
20
- role-to-assume : " arn:aws:iam::${{ secrets.AWS_IAM_ACCOUNT_ID }}:role/github-action-oomol-lab-ovm"
21
- role-session-name : " github-action-oomol-lab-ovm"
22
- aws-region : us-east-1
17
+ - name : Configure R2 Credentials
18
+ run : |
19
+ aws configure set aws_access_key_id ${{ secrets.R2_OOMOL_STATIC_S3_AK }}
20
+ aws configure set aws_secret_access_key ${{ secrets.R2_OOMOL_STATIC_S3_SK }}
21
+ aws configure set region auto
23
22
24
23
- name : Checkout
25
24
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
69
68
run : |
70
69
aws s3 cp \
71
70
./out/ \
71
+ --endpoint-url ${{ secrets.R2_OOMOL_STATIC_S3_ENDPOINT }} \
72
72
s3://oomol-static/ovm-resources/ovm/$RELEASE_VERSION \
73
73
--recursive --exclude "*" --include "ovm*"
You can’t perform that action at this time.
0 commit comments