Skip to content

Commit

Permalink
wrokflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshitSF committed Feb 20, 2024
1 parent dc5cc57 commit 4cdd7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plan-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ on: # yamllint disable-line rule:truthy

jobs:
## run terraform plan
plan_poc:
plan_dev:
name: Bootstrap
uses: "./.github/workflows/reusable-ci-workflow.yaml"
with:
working_directory: bootstrap
environment: dev
assume_role_name: ""
assume_role_name: ${{ secrets.ASSUME_ROLE }}
aws_region: us-east-1
publish_plan_artifact: false # only for apply step
secrets: inherit
Expand Down

0 comments on commit 4cdd7b3

Please sign in to comment.