Skip to content

Commit b528817

Browse files
authored
Update GitHub Actions workflows. (#893)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 9575e75e5316d699a77abf48a351abe840e1bed5.
1 parent f15c988 commit b528817

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ on:
1616
workflow_dispatch: {}
1717
env:
1818
PROVIDER: terraform
19+
PULUMI_LOCAL_NUGET: ${{ github.workspace }}/nuget
1920
TRAVIS_OS_NAME: linux
21+
PULUMI_GO_DEP_ROOT: ${{ github.workspace }}/..
2022
GOVERSION: "1.21.x"
2123
NODEVERSION: "20.x"
2224
PYTHONVERSION: "3.11.8"

.github/workflows/prerelease.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77
- v*.*.*-**
88
env:
99
PROVIDER: terraform
10+
PULUMI_LOCAL_NUGET: ${{ github.workspace }}/nuget
1011
TRAVIS_OS_NAME: linux
12+
PULUMI_GO_DEP_ROOT: ${{ github.workspace }}/..
1113
GOVERSION: "1.21.x"
1214
NODEVERSION: "20.x"
1315
PYTHONVERSION: "3.11.8"

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
- "!v*.*.*-**"
99
env:
1010
PROVIDER: terraform
11+
PULUMI_LOCAL_NUGET: ${{ github.workspace }}/nuget
1112
TRAVIS_OS_NAME: linux
13+
PULUMI_GO_DEP_ROOT: ${{ github.workspace }}/..
1214
GOVERSION: "1.21.x"
1315
NODEVERSION: "20.x"
1416
PYTHONVERSION: "3.11.8"

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ on:
1111
workflow_dispatch: {}
1212
env:
1313
PROVIDER: terraform
14+
PULUMI_LOCAL_NUGET: ${{ github.workspace }}/nuget
1415
TRAVIS_OS_NAME: linux
16+
PULUMI_GO_DEP_ROOT: ${{ github.workspace }}/..
1517
GOVERSION: "1.21.x"
1618
NODEVERSION: "20.x"
1719
PYTHONVERSION: "3.11.8"

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
env:
99
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
1010
PROVIDER: terraform
11+
PULUMI_LOCAL_NUGET: ${{ github.workspace }}/nuget
1112
TRAVIS_OS_NAME: linux
13+
PULUMI_GO_DEP_ROOT: ${{ github.workspace }}/..
1214
GOVERSION: "1.21.x"
1315
NODEVERSION: "20.x"
1416
PYTHONVERSION: "3.11.8"

0 commit comments

Comments
 (0)