Skip to content

Commit 9e0121f

Browse files
authored
ci: update repository.yaml path in token validation test (#1748)
The file path was updated in #1687
1 parent b53dcf3 commit 9e0121f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/test/token-access-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ steps:
3838
echo "xtrace is ON. Exiting to avoid credentials showing up in logs."
3939
exit 1
4040
fi
41-
sed -n 's/.* - name: \"\(.*\)".*/\1/p' infra/prod/repositories.yaml | while read -r repo_name; do
41+
sed -n 's/.* - name: \"\(.*\)".*/\1/p' internal/automation/prod/repositories.yaml | while read -r repo_name; do
4242
echo "Validating credentials for repository: ${repo_name}"
4343
GITHUB_TOKEN=$(gcloud secrets versions access latest --secret="${repo_name}-github-token")
4444
if [[ -z "${GITHUB_TOKEN}" ]]; then

0 commit comments

Comments
 (0)