Skip to content

Commit

Permalink
infra/gcp/prow: add snyk-token secret
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffxp committed May 24, 2021
1 parent 36c13d1 commit e8fea9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/gcp/prow/ensure-e2e-projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ function ensure_trusted_prow_build_cluster_secrets() {
local project="k8s-infra-prow-build-trusted"
local secret_specs=(
cncf-ci-github-token/sig-testing/k8s-infra-ii-coop@kubernetes.io
snyk-token/sig-architecture/k8s-infra-code-organization@kubernetes.io
)

for spec in "${secret_specs[@]}"; do
Expand Down

0 comments on commit e8fea9f

Please sign in to comment.