mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-21 22:15:38 +00:00
forgot to add access key vars to s3 cmd
This commit is contained in:
parent
2b03dd5198
commit
277c400248
3
.github/workflows/arrow.yml
vendored
3
.github/workflows/arrow.yml
vendored
@ -57,6 +57,9 @@ jobs:
|
||||
result/iso/nixos.iso \
|
||||
s3://noahmasur-arrow-images/arrow.iso \
|
||||
--endpoint-url "https://${{ env.CLOUDFLARE_R2_ENDPOINT }}"
|
||||
env:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.CLOUDFLARE_R2_ACCESS_KEY }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.CLOUDFLARE_R2_SECRET_KEY }}
|
||||
|
||||
# # Copy the image to S3
|
||||
# - name: Upload Image to Cache
|
||||
|
Loading…
Reference in New Issue
Block a user