We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53dcf3 commit 9e0121fCopy full SHA for 9e0121f
infra/test/token-access-test.yaml
@@ -38,7 +38,7 @@ steps:
38
echo "xtrace is ON. Exiting to avoid credentials showing up in logs."
39
exit 1
40
fi
41
- sed -n 's/.* - name: \"\(.*\)".*/\1/p' infra/prod/repositories.yaml | while read -r repo_name; do
+ sed -n 's/.* - name: \"\(.*\)".*/\1/p' internal/automation/prod/repositories.yaml | while read -r repo_name; do
42
echo "Validating credentials for repository: ${repo_name}"
43
GITHUB_TOKEN=$(gcloud secrets versions access latest --secret="${repo_name}-github-token")
44
if [[ -z "${GITHUB_TOKEN}" ]]; then
0 commit comments