Skip to content

Commit

Permalink
try the action
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Oct 6, 2023
1 parent e713b87 commit 14153dc
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@ jobs:
with:
python-version: 3.8
- run: echo "foobar" > result.json
- name: Configure S3 credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.BACKBLAZE_KEY_ID }}
aws-secret-access-key: ${{ secrets.BACKBLAZE_APPLICATION_KEY }}
aws-region: us-east-2 # what the hell
- run: aws s3 ls --endpoint-url=https://s3.us-west-000.backblazeb2.com
- name: Install b2 cli
uses: sylwit/[email protected]
env:
B2_APPLICATION_KEY_ID: ${{ secrets.BACKBLAZE_KEY_ID }}
B2_APPLICATION_KEY: ${{ secrets.BACKBLAZE_APPLICATION_KEY }}
- name: upload a file
run: |
ls -al
b2 sync ./result.json b2://quic-interop-runner/

0 comments on commit 14153dc

Please sign in to comment.