Skip to content

Commit

Permalink
add stack parameter to the action
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Mar 25, 2024
1 parent 506937d commit cc408f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ inputs:
required: true
EARTHDATA_PASSWORD:
required: true
PUBLISH_BUCKET:
required: true

runs:
using: composite
Expand Down Expand Up @@ -55,4 +57,5 @@ runs:
Hyp3Api=${{ inputs.HYP3_API }} \
LambdaLoggingLevel=${{ inputs.LAMBDA_LOGGING_LEVEL }} \
EarthdataUsername=${{ inputs.EARTHDATA_USERNAME }} \
EarthdataPassword=${{ inputs.EARTHDATA_PASSWORD }}
EarthdataPassword=${{ inputs.EARTHDATA_PASSWORD }} \
PublishBucket=${{ inputs.PUBLISH_BUCKET }}

0 comments on commit cc408f2

Please sign in to comment.