Skip to content
Snippets Groups Projects
Commit 21d4eceb authored by nimrod's avatar nimrod
Browse files

Merge branch 'master' of git.shore.co.il:nimrod/rcfiles

parents 4d5a3123 50c4833a
Branches
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@ export GITLAB_TOKEN='{{ run(["ph", "show", "--field", "Password", "shore.co.il/G
export GITLAB_PRIVATE_TOKEN="$GITLAB_TOKEN"
export GITLAB_REGISTRATION_TOKEN='{{ run(["ph", "show", "--field", "Password", "shore.co.il/GitLab runner registration token"])["stdout"] }}'
export GITHUB_TOKEN='{{ run(["ph", "show", "--field", "CLI token", "Web Sites/GitHub"])["stdout"] }}'
{% set nc_password = run(["ph", "show", "--field", "Password", "shore.co.il/LDAP"])["stdout"] %}
export RCLONE_CONFIG_NEXTCLOUD_PASS='{{ run(["rclone", "obscure", nc_password]) }}'
{% set nc_password = run(["ph", "show", "--field", "Password", "shore.co.il/LDAP"])["stdout"] -%}
export RCLONE_CONFIG_NEXTCLOUD_PASS='{{ run(["rclone", "obscure", nc_password])["stdout"]|trim }}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment