Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Oct 7, 2024
1 parent 1972b46 commit 0e8d1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
type = s3
provider = Cloudflare
access_key_id = ${{ secrets.AWS_ACCESS_KEY_ID }}
secret_access_key = ${{ secrets.AWS_SECRET_ACCESS_KEY}
secret_access_key = ${{ secrets.AWS_SECRET_ACCESS_KEY }}
region = auto
endpoint = ${{ secrets.S3_ENDPOINT }}
run: echo "$CONFIG" > /config/rclone/rclone.conf
Expand Down

0 comments on commit 0e8d1ab

Please sign in to comment.