Skip to content

Commit 3e64aed

Browse files
authored
Use repo-specific ESC environment
This repository has repository-specific secrets that need to be migrated to ESC. These changes replace the usage of the common GHA ESC environment with the repository-specific environment.
1 parent c873c4d commit 3e64aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/export-repo-secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: pulumi/esc-export-secrets-action@v1
1717
with:
1818
organization: pulumi
19-
org-environment: imports/github-secrets
19+
org-environment: github-secrets/pulumi-esc
2020
exclude-secrets: EXPORT_SECRETS_PRIVATE_KEY
2121
github-token: ${{ steps.generate-token.outputs.token }}
2222
oidc-auth: true

0 commit comments

Comments
 (0)