From b833e0969613d15e624e75e59a005f618f7409d0 Mon Sep 17 00:00:00 2001 From: Francisco de Paz Galan Date: Mon, 19 Sep 2022 11:52:51 +0200 Subject: [PATCH] [bitnami/*] Fix workflow's description typo (#6987) Signed-off-by: FraPazGal Signed-off-by: FraPazGal --- .github/workflows/cd-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index f0e42f043c9e..e46d15600562 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -87,7 +87,7 @@ jobs: echo "::set-output name=result::skip" fi - id: get-registry-credentials - name: Get staging marketplace's registry credentials + name: Get marketplace's registry credentials run: | csp_auth_token=$(curl -s -H 'Content-Type: application/x-www-form-urlencoded' -X POST -d "grant_type=refresh_token&api_token=${{ secrets.PROD_MARKETPLACE_API_TOKEN }}" https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize | jq -re .access_token) repo_info=$(curl -s -X POST -H "Content-Type: application/json" -H "csp-auth-token:$csp_auth_token" -d '{"withCredentials":true, "storageType":"OCI"}' https://gtw.marketplace.cloud.vmware.com/api/v1/repositories/transient)