Skip to content

Commit 1de0382

Browse files
authored
Merge pull request #302 from makermelissa/master
Added GitHub Actions to upload assets to S3
2 parents bc6e6b3 + 440e88e commit 1de0382

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ jobs:
4747
with:
4848
pattern: "bundles/*"
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
50+
- name: Upload Assets To AWS S3
51+
env:
52+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
53+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
54+
run: "[ -z \"$AWS_ACCESS_KEY_ID\" ] || aws s3 cp bundles/ s3://adafruit-circuit-python/bundles/adafruit --recursive --no-progress --region us-east-1"

0 commit comments

Comments
 (0)