Skip to content

Commit

Permalink
Update .github/workflows/terraform-plan-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Dec 17, 2024
1 parent 056f51a commit 2e064fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform-plan-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions: write-all

jobs:
Auth:
runs-on: ["csvd-dev-ew"]
runs-on: ["229685449397"]

outputs:
aws_access_key_id: ${{ steps.aws_auth.outputs.aws_access_key_id }}
Expand All @@ -28,7 +28,7 @@ jobs:
with:
ecs: true
Plan:
runs-on: ["iebcloud"]
runs-on: ["Default"]
needs: Auth
steps:
- uses: CSVD/gh-actions-checkout@v4
Expand Down

0 comments on commit 2e064fd

Please sign in to comment.