Skip to content

Commit

Permalink
adding deployment tags secret param
Browse files Browse the repository at this point in the history
  • Loading branch information
roiklorin committed Oct 15, 2024
1 parent 3f8f7b6 commit 075f540
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dsf_poc_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ on:
required: true
ALLOWED_SSH_CIDRS:
required: true
DEPLOYMENT_TAGS:
required: true

workflow_dispatch:
inputs:
Expand Down Expand Up @@ -72,7 +74,7 @@ env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
DESTROY_DELAY_SECONDS: 1800
TF_VAR_additional_tags: ${{ inputs.additional_tags }}
TF_VAR_additional_tags: ${{ secrets.DEPLOYMENT_TAGS }}

permissions:
contents: read
Expand Down

0 comments on commit 075f540

Please sign in to comment.