uppercase secrets
This commit is contained in:
parent
aa72fb0361
commit
fe1436627c
53 changed files with 310 additions and 310 deletions
|
|
@ -14,9 +14,9 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,9 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -21,17 +21,17 @@ steps:
|
||||||
failure: ignore
|
failure: ignore
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -40,17 +40,17 @@ steps:
|
||||||
failure: ignore
|
failure: ignore
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -19,17 +19,17 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -19,17 +19,17 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -19,17 +19,17 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -19,17 +19,17 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -19,17 +19,17 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -19,17 +19,17 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -19,17 +19,17 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -19,17 +19,17 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -19,17 +19,17 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -16,17 +16,17 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -17,17 +17,17 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -36,17 +36,17 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -36,17 +36,17 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -36,17 +36,17 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -36,17 +36,17 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
|
|
@ -36,17 +36,17 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
RED_HAT_DEV_PW:
|
RED_HAT_DEV_PW:
|
||||||
from_secret: red_hat_dev_pw
|
from_secret: RED_HAT_DEV_PW
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: aws_access_key_id
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
PGPASS:
|
PGPASS:
|
||||||
from_secret: pgpass
|
from_secret: PGPASS
|
||||||
GIT_RO_TOKEN:
|
GIT_RO_TOKEN:
|
||||||
from_secret: git_ro_token
|
from_secret: GIT_RO_TOKEN
|
||||||
GITHUB_PAT:
|
GITHUB_PAT:
|
||||||
from_secret: github_pat
|
from_secret: GITHUB_PAT
|
||||||
# normal env vars
|
# normal env vars
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue