Skip to content

Commit 59c77f7

Browse files
authored
Update CI
1 parent 5cecb34 commit 59c77f7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,3 @@ jobs:
4848
asset_path: "bundles/*"
4949
github_token: ${{ secrets.GITHUB_TOKEN }}
5050
upload_url: ${{ github.event.release.upload_url }}
51-
- name: Upload Assets To AWS S3
52-
env:
53-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
54-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
55-
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)