Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidax committed Mar 18, 2024
1 parent dbc8f64 commit b3ce8b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/upload-to-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ jobs:

- name: Create a test file
run: |
cd ~/
mkdir axelard
touch test.txt
mv test.txt axelard
- name: Upload to S3
run: |
cd ~/
aws s3api put-object --endpoint-url ${{ secrets.S3_BIN }} --bucket axelar-static --key "axelard/test.txt" --body "axelard/test.txt"
cd ~/
aws s3api put-object --endpoint-url ${{ secrets.S3_BIN }} --bucket axelar-static --key "axelard/test.txt" --body "axelard/test.txt"

0 comments on commit b3ce8b6

Please sign in to comment.