Skip to content

Commit

Permalink
add dest_prefix input parameter (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajrohanyadav authored Nov 14, 2024
1 parent 5b08d6f commit 1675cf3
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 @@ -58,6 +58,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 @@ -205,6 +210,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 1675cf3

Please sign in to comment.