# NOT RUN {
pd <- cr_deploy_packagetests()
pd
# add a decryption step for an auth file
cr_deploy_packagetests(
steps = cr_buildstep_secret("my_secret", "auth.json"),
env = c("NOT_CRAN=true", "MY_AUTH_FILE=auth.json"),
timeout = 1200
)
unlink("cloudbuild-tests.yml")
# }
Run the code above in your browser using DataLab