Skip to content

Commit

Permalink
fix prod bucket settings
Browse files Browse the repository at this point in the history
  • Loading branch information
luckslovez committed Feb 4, 2024
1 parent 7a13d54 commit 471b131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
schema_url: "https://github.com/newrelic/fluent-bit-package/releases/download/${{ env.TAG }}/generated-linux-schema.yaml"
aws_access_key_id: ${{ secrets.OHAI_AWS_ACCESS_KEY_ID_PRODUCTION }}
aws_secret_access_key: ${{ secrets.OHAI_AWS_SECRET_ACCESS_KEY_PRODUCTION }}
aws_s3_bucket_name: "nr-downloads-ohai"
aws_s3_bucket_name: "nr-downloads-main"
aws_s3_lock_bucket_name: "onhost-ci-lock"
access_point_host: "staging"
access_point_host: "production"
run_id: ${{ github.run_id }}
aws_region: "us-east-1"
aws_role_session_name: ${{ secrets.OHAI_AWS_ROLE_SESSION_NAME_PRODUCTION }}
Expand Down

0 comments on commit 471b131

Please sign in to comment.