Skip to content

Commit fcf4a7e

Browse files
try the action
1 parent e713b87 commit fcf4a7e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/interop.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ jobs:
1818
with:
1919
python-version: 3.8
2020
- run: echo "foobar" > result.json
21-
- name: Configure S3 credentials
22-
uses: aws-actions/configure-aws-credentials@v4
23-
with:
24-
aws-access-key-id: ${{ secrets.BACKBLAZE_KEY_ID }}
25-
aws-secret-access-key: ${{ secrets.BACKBLAZE_APPLICATION_KEY }}
26-
aws-region: us-east-2 # what the hell
27-
- run: aws s3 ls --endpoint-url=https://s3.us-west-000.backblazeb2.com
21+
- name: Install b2 cli
22+
uses: sylwit/[email protected]
23+
env:
24+
B2_APPLICATION_KEY_ID: ${{ secrets.BACKBLAZE_KEY_ID }}
25+
B2_APPLICATION_KEY: ${{ secrets.BACKBLAZE_APPLICATION_KEY }}
26+
- name: upload a file
27+
run: b2 sync result.json b2://quic-interop-runner
28+
29+

0 commit comments

Comments
 (0)