From faef040c8497005c2fcd83605cc40af51899a9bb Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 17 Jan 2025 20:25:57 +0200 Subject: [PATCH] Update the GitHub token. The old one expired. --- .bashrc.d/github.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc.d/github.j2 b/.bashrc.d/github.j2 index c36dd6a..715183a 100644 --- a/.bashrc.d/github.j2 +++ b/.bashrc.d/github.j2 @@ -1,4 +1,4 @@ # vim: ft=bash -export GITHUB_TOKEN='{{ run(["ph", "show", "--field", "CLI2023 token", "Web Sites/GitHub"])["stdout"] }}' +export GITHUB_TOKEN='{{ run(["ph", "show", "--field", "CLI 2025 token", "Web Sites/GitHub"])["stdout"] }}' export GITHUB_OAUTH_TOKEN="$GITHUB_TOKEN" -- GitLab