Skip to content

Commit

Permalink
fix(workflow): Adding Region
Browse files Browse the repository at this point in the history
  • Loading branch information
dwardu89 committed Oct 26, 2022
1 parent 6f9820c commit 0d10c78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
ssm-path: "/dwardu89/hello"
ssm-value: ${{ secrets.SSM_VALUE_EXAMPLE }}
ssm-value-type: "String"
aws-region: eu-west-1

add_to_ssm_on_container:
runs-on: Ubuntu-20.04
Expand All @@ -54,12 +55,14 @@ jobs:
with:
ssm-path: "/dwardu89/hello"
ssm-value: ${{ secrets.SSM_VALUE_EXAMPLE }}
aws-region: eu-west-1
- name: Add String to SSM Step
uses: ./
with:
ssm-path: "/dwardu89/hello"
ssm-value: ${{ secrets.SSM_VALUE_EXAMPLE }}
ssm-value-type: "String"
aws-region: eu-west-1

add_to_ssm_on_container_and_environment:
runs-on: Ubuntu-20.04
Expand All @@ -80,12 +83,14 @@ jobs:
with:
ssm-path: "/dwardu89/hello"
ssm-value: ${{ secrets.SSM_VALUE_EXAMPLE }}
aws-region: eu-west-1
- name: Add String to SSM Step
uses: ./
with:
ssm-path: "/dwardu89/hello"
ssm-value: ${{ secrets.SSM_VALUE_EXAMPLE }}
ssm-value-type: "String"
aws-region: eu-west-1

check_semver_label:
name: Check for semantic version label
Expand Down

0 comments on commit 0d10c78

Please sign in to comment.