Skip to content

Commit

Permalink
add dest_prefix input parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rajrohanyadav committed Nov 13, 2024
1 parent fda66e2 commit 17dbcb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/reusable_pre_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ on:
required: false
type: boolean
default: false
dest_prefix:
description: "destination s3 path prefix for pushing the artifacts"
required: false
type: string
default: "infrastructure_agent/"

secrets:
OHAI_AWS_ROLE_ARN_STAGING:
Expand Down Expand Up @@ -200,6 +205,7 @@ jobs:
aws_secret_access_key: ${{ secrets.OHAI_AWS_SECRET_ACCESS_KEY_STAGING }}
aws_s3_bucket_name: "nr-downloads-ohai-staging"
aws_s3_lock_bucket_name: "onhost-ci-lock-staging"
dest_prefix: ${{ inputs.dest_prefix }}
# used for signing package stuff
gpg_passphrase: ${{ secrets.OHAI_GPG_PASSPHRASE }}
gpg_private_key_base64: ${{ secrets.OHAI_GPG_PRIVATE_KEY_BASE64 }}
Expand Down

0 comments on commit 17dbcb7

Please sign in to comment.