Skip to content

Commit

Permalink
Use secrets again
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Oct 7, 2024
1 parent 48ab804 commit 6f887bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
provider = Cloudflare
access_key_id = ${{ secrets.AWS_ACCESS_KEY_ID }}
secret_access_key = ${{ secrets.AWS_SECRET_ACCESS_KEY }}
endpoint = ${{ vars.S3_ENDPOINT }}
endpoint = ${{ secrets.S3_ENDPOINT }}
run: |
mkdir -p /config/rclone
echo "$CONFIG" > /config/rclone/rclone.conf
- name: Copy web package to bucket
run: rclone sync $PWD r2:${{ vars.S3_BUCKET_NAME }}/
run: rclone sync $PWD r2:${{ secrets.S3_BUCKET_NAME }}/

0 comments on commit 6f887bb

Please sign in to comment.