Skip to content

Commit

Permalink
fix(actions): serialize pulumi preview and pulumi up jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
pablordoricaw committed Sep 18, 2024
1 parent aef2875 commit 79b5e02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
pulumi-preview:
id: pulumi-preview
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
path: ${{ github.workspace }}/pulumi_plan.json

pulumi-up:
needs: pulumi-preview
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 79b5e02

Please sign in to comment.