Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaarthik108 committed Jul 31, 2023
1 parent 4cad41a commit f7b302b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
update:
name: Update
runs-on: ubuntu-latest
defaults:
run:
working-directory: pulumi
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -24,13 +27,12 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- run: cd pulumi && npm ci
- run: npm ci

- name: Pulumi Update
uses: pulumi/actions@v4
with:
command: up
stack-name: dev
work-dir: pulumi
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}

0 comments on commit f7b302b

Please sign in to comment.