Skip to content

Commit 7868c03

Browse files
authored
Update GitHub Actions workflows. (#2675)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit d44486a354e653a550b5f6cb9551e84b13964fdf.
1 parent 86dee51 commit 7868c03

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

.github/workflows/cf2pulumi-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818
JAVAVERSION: "11"
1919
AWS_REGION: us-west-2
2020
PULUMI_API: https://api.pulumi-staging.io
21+
PULUMI_PULUMI_ENABLE_JOURNALING: "true"
2122
jobs:
2223
release:
2324
runs-on: macos-latest

.github/workflows/command-dispatch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
env:
44
AWS_REGION: us-west-2
55
PULUMI_API: https://api.pulumi-staging.io
6+
PULUMI_PULUMI_ENABLE_JOURNALING: "true"
67

78
jobs:
89
command-dispatch-for-testing:
@@ -26,7 +27,7 @@ jobs:
2627
id: esc-secrets
2728
name: Fetch secrets from ESC
2829
uses: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b
29-
- uses: peter-evans/slash-command-dispatch@e1b4e266bc781656359bb7e462e228daf68c04f6 # v5
30+
- uses: peter-evans/slash-command-dispatch@5c11dc7efead556e3bdabf664302212f79eb26fa # v5
3031
with:
3132
commands: |
3233
run-acceptance-tests

.github/workflows/nightly-sdk-generation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717
JAVAVERSION: "11"
1818
AWS_REGION: us-west-2
1919
PULUMI_API: https://api.pulumi-staging.io
20+
PULUMI_PULUMI_ENABLE_JOURNALING: "true"
2021
jobs:
2122
generate-sdk:
2223
runs-on: ubuntu-latest

.github/workflows/run-acceptance-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ env:
2121
JAVAVERSION: "11"
2222
AWS_REGION: us-west-2
2323
PULUMI_API: https://api.pulumi-staging.io
24+
PULUMI_PULUMI_ENABLE_JOURNALING: "true"
2425
PR_COMMIT_SHA: ${{ github.event.client_payload.pull_request.head.sha }}
2526
jobs:
2627
comment-notification:

.github/workflows/weekly-pulumi-update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818
JAVAVERSION: "11"
1919
AWS_REGION: us-west-2
2020
PULUMI_API: https://api.pulumi-staging.io
21+
PULUMI_PULUMI_ENABLE_JOURNALING: "true"
2122

2223
jobs:
2324
weekly-pulumi-update:

0 commit comments

Comments
 (0)