We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7b2a0 commit caf32a1Copy full SHA for caf32a1
.github/workflows/production.yml
@@ -103,6 +103,10 @@ jobs:
103
- name: AWS CLI Config Init
104
run: |
105
mkdir -p ~/.aws
106
+ touch ~/.aws/config
107
+ echo "[default]
108
+ s3 =
109
+ addressing_style = virtual " > ~/.aws/config
110
touch ~/.aws/credentials
111
echo "[default]
112
aws_access_key_id=${{ secrets.TENCENTCLOUD_SECRET_ID }}
.github/workflows/upload-test.yml
@@ -15,6 +15,10 @@ jobs:
15
16
17
18
19
20
21
22
23
24
0 commit comments