From 74224c5760099617f8e84016a09703fe14fd07e4 Mon Sep 17 00:00:00 2001 From: Michael Aden Date: Tue, 29 Aug 2023 10:38:09 -0500 Subject: [PATCH] Use malloy-py deploy key --- cloudbuild/publish-github/cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild/publish-github/cloudbuild.yaml b/cloudbuild/publish-github/cloudbuild.yaml index b39aabf..0463514 100644 --- a/cloudbuild/publish-github/cloudbuild.yaml +++ b/cloudbuild/publish-github/cloudbuild.yaml @@ -93,5 +93,5 @@ availableSecrets: secretManager: - versionName: projects/malloy-303216/secrets/vscode-extension-gh-pat/versions/latest env: 'GHAPI_PAT' - - versionName: projects/malloy-303216/secrets/github-ssh-key/versions/latest + - versionName: projects/malloy-303216/secrets/github-malloy-py/versions/latest env: "GITHUB_SSH_KEY" \ No newline at end of file