Skip to content

Commit

Permalink
test: pulumi preview
Browse files Browse the repository at this point in the history
  • Loading branch information
pablordoricaw committed Sep 18, 2024
1 parent 4820e2f commit 1b14a6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
id-token: write
contents: read
name: Update
name: Preview
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -28,10 +28,10 @@ jobs:
- name: Install dependencies
run: pip3 install -r requirements.txt

- name: Deploy infra
- name: Preview infra
uses: pulumi/actions@v5
with:
command: up
command: preview
stack-name: pablordoricaw/dev
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}

0 comments on commit 1b14a6d

Please sign in to comment.