From a168c92f12cf300b6f6a819310ff988d5c308e31 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Fri, 15 Aug 2025 14:38:53 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#577) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 9b60d6c643780f4a645273cb6a5b3dcce6687d94. --- .github/workflows/export-repo-secrets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/export-repo-secrets.yml b/.github/workflows/export-repo-secrets.yml index e5df48d..040683b 100644 --- a/.github/workflows/export-repo-secrets.yml +++ b/.github/workflows/export-repo-secrets.yml @@ -16,7 +16,7 @@ jobs: uses: pulumi/esc-export-secrets-action@v1 with: organization: pulumi - org-environment: github-secrets/${{ github.repository_owner }}-${{ github.event.repository.name }} + org-environment: imports/github-secrets exclude-secrets: EXPORT_SECRETS_PRIVATE_KEY github-token: ${{ steps.generate-token.outputs.token }} oidc-auth: true