Skip to content

Commit 446e513

Browse files
authored
Update GitHub Actions workflows. (#1900)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 8056b7d5b8c7ac0e0fa975c252447b5e8ca1038d.
1 parent 6e911ce commit 446e513

File tree

10 files changed

+15
-0
lines changed

10 files changed

+15
-0
lines changed

.github/workflows/build_provider.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
persist-credentials: false
4545
- env:
4646
ESC_ACTION_ENVIRONMENT: github-secrets/${{ github.repository_owner }}-${{ github.event.repository.name }}
47+
ESC_ACTION_EXPORT_ENVIRONMENT_VARIABLES: "false"
4748
ESC_ACTION_OIDC_AUTH: "true"
4849
ESC_ACTION_OIDC_ORGANIZATION: pulumi
4950
ESC_ACTION_OIDC_REQUESTED_TOKEN_TYPE: urn:pulumi:token-type:access_token:organization

.github/workflows/build_sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
persist-credentials: false
5151
- env:
5252
ESC_ACTION_ENVIRONMENT: github-secrets/${{ github.repository_owner }}-${{ github.event.repository.name }}
53+
ESC_ACTION_EXPORT_ENVIRONMENT_VARIABLES: "false"
5354
ESC_ACTION_OIDC_AUTH: "true"
5455
ESC_ACTION_OIDC_ORGANIZATION: pulumi
5556
ESC_ACTION_OIDC_REQUESTED_TOKEN_TYPE: urn:pulumi:token-type:access_token:organization

.github/workflows/command-dispatch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
persist-credentials: false
3030
- env:
3131
ESC_ACTION_ENVIRONMENT: github-secrets/${{ github.repository_owner }}-${{ github.event.repository.name }}
32+
ESC_ACTION_EXPORT_ENVIRONMENT_VARIABLES: "false"
3233
ESC_ACTION_OIDC_AUTH: "true"
3334
ESC_ACTION_OIDC_ORGANIZATION: pulumi
3435
ESC_ACTION_OIDC_REQUESTED_TOKEN_TYPE: urn:pulumi:token-type:access_token:organization

.github/workflows/master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
persist-credentials: false
102102
- env:
103103
ESC_ACTION_ENVIRONMENT: github-secrets/${{ github.repository_owner }}-${{ github.event.repository.name }}
104+
ESC_ACTION_EXPORT_ENVIRONMENT_VARIABLES: "false"
104105
ESC_ACTION_OIDC_AUTH: "true"
105106
ESC_ACTION_OIDC_ORGANIZATION: pulumi
106107
ESC_ACTION_OIDC_REQUESTED_TOKEN_TYPE: urn:pulumi:token-type:access_token:organization

.github/workflows/prerequisites.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
persist-credentials: false
5252
- env:
5353
ESC_ACTION_ENVIRONMENT: github-secrets/${{ github.repository_owner }}-${{ github.event.repository.name }}
54+
ESC_ACTION_EXPORT_ENVIRONMENT_VARIABLES: "false"
5455
ESC_ACTION_OIDC_AUTH: "true"
5556
ESC_ACTION_OIDC_ORGANIZATION: pulumi
5657
ESC_ACTION_OIDC_REQUESTED_TOKEN_TYPE: urn:pulumi:token-type:access_token:organization
@@ -74,6 +75,8 @@ jobs:
7475
tools: go, pulumictl, pulumicli, schema-tools
7576
- name: Prepare local workspace before restoring previously built files
7677
run: make prepare_local_workspace
78+
env:
79+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7780
- name: Configure AWS Credentials
7881
uses: aws-actions/configure-aws-credentials@v4
7982
with:

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
persist-credentials: false
5353
- env:
5454
ESC_ACTION_ENVIRONMENT: github-secrets/${{ github.repository_owner }}-${{ github.event.repository.name }}
55+
ESC_ACTION_EXPORT_ENVIRONMENT_VARIABLES: "false"
5556
ESC_ACTION_OIDC_AUTH: "true"
5657
ESC_ACTION_OIDC_ORGANIZATION: pulumi
5758
ESC_ACTION_OIDC_REQUESTED_TOKEN_TYPE: urn:pulumi:token-type:access_token:organization
@@ -136,6 +137,7 @@ jobs:
136137
persist-credentials: true
137138
- env:
138139
ESC_ACTION_ENVIRONMENT: github-secrets/${{ github.repository_owner }}-${{ github.event.repository.name }}
140+
ESC_ACTION_EXPORT_ENVIRONMENT_VARIABLES: "false"
139141
ESC_ACTION_OIDC_AUTH: "true"
140142
ESC_ACTION_OIDC_ORGANIZATION: pulumi
141143
ESC_ACTION_OIDC_REQUESTED_TOKEN_TYPE: urn:pulumi:token-type:access_token:organization
@@ -215,6 +217,7 @@ jobs:
215217
persist-credentials: false
216218
- env:
217219
ESC_ACTION_ENVIRONMENT: github-secrets/${{ github.repository_owner }}-${{ github.event.repository.name }}
220+
ESC_ACTION_EXPORT_ENVIRONMENT_VARIABLES: "false"
218221
ESC_ACTION_OIDC_AUTH: "true"
219222
ESC_ACTION_OIDC_ORGANIZATION: pulumi
220223
ESC_ACTION_OIDC_REQUESTED_TOKEN_TYPE: urn:pulumi:token-type:access_token:organization
@@ -248,6 +251,7 @@ jobs:
248251
persist-credentials: false
249252
- env:
250253
ESC_ACTION_ENVIRONMENT: github-secrets/${{ github.repository_owner }}-${{ github.event.repository.name }}
254+
ESC_ACTION_EXPORT_ENVIRONMENT_VARIABLES: "false"
251255
ESC_ACTION_OIDC_AUTH: "true"
252256
ESC_ACTION_OIDC_ORGANIZATION: pulumi
253257
ESC_ACTION_OIDC_REQUESTED_TOKEN_TYPE: urn:pulumi:token-type:access_token:organization

.github/workflows/pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
persist-credentials: false
2828
- env:
2929
ESC_ACTION_ENVIRONMENT: github-secrets/${{ github.repository_owner }}-${{ github.event.repository.name }}
30+
ESC_ACTION_EXPORT_ENVIRONMENT_VARIABLES: "false"
3031
ESC_ACTION_OIDC_AUTH: "true"
3132
ESC_ACTION_OIDC_ORGANIZATION: pulumi
3233
ESC_ACTION_OIDC_REQUESTED_TOKEN_TYPE: urn:pulumi:token-type:access_token:organization

.github/workflows/release_command.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
persist-credentials: false
1717
- env:
1818
ESC_ACTION_ENVIRONMENT: github-secrets/${{ github.repository_owner }}-${{ github.event.repository.name }}
19+
ESC_ACTION_EXPORT_ENVIRONMENT_VARIABLES: "false"
1920
ESC_ACTION_OIDC_AUTH: "true"
2021
ESC_ACTION_OIDC_ORGANIZATION: pulumi
2122
ESC_ACTION_OIDC_REQUESTED_TOKEN_TYPE: urn:pulumi:token-type:access_token:organization

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
persist-credentials: false
4343
- env:
4444
ESC_ACTION_ENVIRONMENT: github-secrets/${{ github.repository_owner }}-${{ github.event.repository.name }}
45+
ESC_ACTION_EXPORT_ENVIRONMENT_VARIABLES: "false"
4546
ESC_ACTION_OIDC_AUTH: "true"
4647
ESC_ACTION_OIDC_ORGANIZATION: pulumi
4748
ESC_ACTION_OIDC_REQUESTED_TOKEN_TYPE: urn:pulumi:token-type:access_token:organization

.github/workflows/verify-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
persist-credentials: false
7171
- env:
7272
ESC_ACTION_ENVIRONMENT: github-secrets/${{ github.repository_owner }}-${{ github.event.repository.name }}
73+
ESC_ACTION_EXPORT_ENVIRONMENT_VARIABLES: "false"
7374
ESC_ACTION_OIDC_AUTH: "true"
7475
ESC_ACTION_OIDC_ORGANIZATION: pulumi
7576
ESC_ACTION_OIDC_REQUESTED_TOKEN_TYPE: urn:pulumi:token-type:access_token:organization

0 commit comments

Comments
 (0)