Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse authored Feb 6, 2024
1 parent a6155aa commit 9817510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

bucket_choice = os.environ.get("S3_BUCKET")
bucket_options = {
"default": "s3://gcorradini-forge-runner-test",
"test": "s3://gcorradini-forge-runner-test"
"default": "s3://aimee-pforge-runner-testing",
"test": "s3://aimee-pforge-runner-testing"
}
s3_uri = bucket_options.get(bucket_choice)
if not s3_uri:
Expand Down

0 comments on commit 9817510

Please sign in to comment.