cr_build_yaml_secrets: Create an availableSecrets entry for build yaml

CRAN
googleCloudRunner: R Scripts in the Google Cloud via Cloud Run, Cloud Build and Cloud Scheduler

environment arguments in the builds.
Usage
cr_build_yaml_secrets(

R/yaml.R:

CRAN
googleCloudRunner: R Scripts in the Google Cloud via Cloud Run, Cloud Build and Cloud Scheduler

so they can use Secret Manager environment arguments in the builds.
#'
#' @param secretEnv The name of the secretEnv

tests/testthat/_snaps/build.md:

CRAN
googleCloudRunner: R Scripts in the Google Cloud via Cloud Run, Cloud Build and Cloud Scheduler

: ubuntu
args:
- bash

cr_buildstep: Create a yaml build step

CRAN
googleCloudRunner: R Scripts in the Google Cloud via Cloud Run, Cloud Build and Cloud Scheduler

-builders/",
entrypoint = NULL,
dir = "",

R/buildsteps.R:

CRAN
googleCloudRunner: R Scripts in the Google Cloud via Cloud Run, Cloud Build and Cloud Scheduler

for previous buildsteps to complete before running.  Default it will wait for previous step.
#' @param secretEnv A list

tests/testthat/test-build.R:

CRAN
googleCloudRunner: R Scripts in the Google Cloud via Cloud Run, Cloud Build and Cloud Scheduler

$SECRET $SECRET2",
secretEnv = c("SECRET", "SECRET2")
availableSecrets = list(s1, s2),