github.com/verrazzano/verrazzano@v1.7.0/release/scripts/credential_helper.sh (about) 1 #!/usr/bin/env bash 2 # 3 # Copyright (c) 2021, Oracle and/or its affiliates. 4 # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. 5 # 6 echo username=$GITHUB_CREDENTIALS_USR 7 echo password=$GITHUB_CREDENTIALS_PSW