mirror of
https://github.com/bitnami/containers.git
synced 2026-02-17 19:47:15 +08:00
[bitnami/*] Fix workflow's description typo (#6987)
Signed-off-by: FraPazGal <fdepaz@vmware.com> Signed-off-by: FraPazGal <fdepaz@vmware.com>
This commit is contained in:
committed by
GitHub
parent
fd62eb0eab
commit
b833e09696
2
.github/workflows/cd-pipeline.yml
vendored
2
.github/workflows/cd-pipeline.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user