Skip to content

Commit

Permalink
Merge pull request #148 from 0chain/box-cli
Browse files Browse the repository at this point in the history
Box cli
  • Loading branch information
dabasov authored Mar 2, 2025
2 parents f41bf4e + 3d7ac64 commit 6d73fb6
Show file tree
Hide file tree
Showing 5 changed files with 608 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-s3-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ jobs:
aws-access-key-id: ${{ secrets.S3_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.S3_SECRET_KEY }}
aws-region: us-east-2
- name: Set Box credentials
run: |
box-client-id=${{ secrets.BOX_CLIENT_ID }}
box-client-secret=${{ secrets.BOX_CLIENT_SECRET }}
- name: Push to AWS S3
if: github.ref == 'refs/heads/staging'
Expand Down
Loading

0 comments on commit 6d73fb6

Please sign in to comment.