Commit aed330f1 authored by nimrod's avatar nimrod
Browse files

Add the GITHUB_OAUTH_TOKEN env var.

parent 68e2ad82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,5 +3,6 @@ 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"] }}'
export GITHUB_OAUTH_TOKEN="$GITHUB_TOKEN"
{% 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 }}'