Skip to content

Commit

Permalink
chore(ci): use colons instead of = sign
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller committed Feb 22, 2024
1 parent 5e52f23 commit 22e00eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
- name: Upload ISOs to R2
uses: wei/rclone@v1
env:
RCLONE_CONFIG_R2_TYPE=s3
RCLONE_CONFIG_R2_PROVIDER=Cloudflare
RCLONE_CONFIG_R2_ACCESS_KEY_ID=${{ secrets.R2_ACCESS_KEY_ID }}
RCLONE_CONFIG_R2_REGION=auto
RCLONE_CONFIG_R2_ENDPOINT=${{ secrets.R2_ENDPOINT }}
RCLONE_CONFIG_R2_ACL=public
RCLONE_CONFIG_R2_TYPE: s3
RCLONE_CONFIG_R2_PROVIDER: Cloudflare
RCLONE_CONFIG_R2_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}
RCLONE_CONFIG_R2_REGION: auto
RCLONE_CONFIG_R2_ENDPOINT: ${{ secrets.R2_ENDPOINT }}
RCLONE_CONFIG_R2_ACL: public
with:
args: copy ./end_iso R2:bazzite

Expand Down

0 comments on commit 22e00eb

Please sign in to comment.