Skip to content

Commit d625025

Browse files
try the action
1 parent e713b87 commit d625025

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/interop.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ 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: |
28+
b2 ls quic-interop-runner
29+
30+

0 commit comments

Comments
 (0)