Skip to content

Commit

Permalink
chore: update github action changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pratapalakshmi committed Jun 9, 2024
1 parent 042fe4e commit f7c4392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packer-build-ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Packer build AWS AMI's
on:
workflow_dispatch:
branches:
- master
- prod

jobs:
plan:
Expand All @@ -21,7 +21,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ap-south-1
aws-region: ${{ secrets.AWS_REGION }}

- name: Setup `packer`
uses: hashicorp/setup-packer@main
Expand Down

0 comments on commit f7c4392

Please sign in to comment.