Skip to content

Commit

Permalink
Revert to Pulumi Action v5.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ringo De Smet <[email protected]>
  • Loading branch information
ringods committed May 9, 2024
1 parent 845100b commit fb14e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- run: npm ci
- uses: pulumi/actions@v5
- uses: pulumi/actions@v5.1.1
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- run: npm ci
- uses: pulumi/actions@v5
- uses: pulumi/actions@v5.1.1
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }}
Expand Down

0 comments on commit fb14e66

Please sign in to comment.