Skip to content

Commit

Permalink
chore(ci): forgot export
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller committed Feb 22, 2024
1 parent 038e0c1 commit 69cae90
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
shell: bash
run: |
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
export RCLONE_CONFIG_R2_TYPE=s3
export RCLONE_CONFIG_R2_PROVIDER=Cloudflare
export RCLONE_CONFIG_R2_ACCESS_KEY_ID=${{ secrets.R2_ACCESS_KEY_ID }}
export RCLONE_CONFIG_R2_REGION=auto
export RCLONE_CONFIG_R2_ENDPOINT=${{ secrets.R2_ENDPOINT }}
export RCLONE_CONFIG_R2_ACL=public
dnf install -y rclone
rclone copy ./end_iso R2:bazzite
Expand Down

0 comments on commit 69cae90

Please sign in to comment.