Skip to content

Commit

Permalink
Cleanup after transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagee committed Jun 21, 2024
1 parent e8011bf commit daab06e
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ship.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
args: --acl public-read --follow-symlinks --delete
env:
AWS_S3_BUCKET: sds-cloud-snippets
AWS_ACCESS_KEY_ID: ${{ secrets.CS4740_AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.CS4740_AWS_SECRET_ACCESS_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
13 changes: 13 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
boto3 = "*"
botocore = "*"

[dev-packages]

[requires]
python_version = "3.8"
77 changes: 77 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit daab06e

Please sign in to comment.