Skip to content

Commit

Permalink
Update synchronization.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Aug 18, 2023
1 parent ba41147 commit 7282bdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/synchronization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
aws-region: us-east-1
role-to-assume: arn:aws:iam::927162227090:role/library-s3
role-duration-seconds: 43200 # 12 hours (maximum)
- run: rclone copy . :s3,env_auth=true:library-s3
- run: >
go run github.com/rclone/rclone@v1 copy .
:s3,env_auth=true:library-s3

0 comments on commit 7282bdd

Please sign in to comment.