Skip to content

Commit fbbaf29

Browse files
authored
Merge pull request #61 from makermelissa/master
Added GitHub Actions to upload assets to S3
2 parents c4e0841 + eba4189 commit fbbaf29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,8 @@ jobs:
5555
with:
5656
pattern: "bundles/*"
5757
github-token: ${{ secrets.GITHUB_TOKEN }}
58+
- name: Upload Assets To AWS S3
59+
env:
60+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
61+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
62+
run: "[ -z \"$AWS_ACCESS_KEY_ID\" ] || aws s3 cp bundles/ s3://adafruit-circuit-python/bundles/community --recursive --no-progress --region us-east-1"

0 commit comments

Comments
 (0)