diff options
author | 3x!1 <exilvm@gmail.com> | 2022-09-07 02:00:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 02:00:39 +0300 |
commit | 023d6231968c6f0b83bb3b2a35a60599354eabed (patch) | |
tree | 582c8a0c105f3e082cc92933ce583c118250e0cd /src/github-cli/install.sh | |
parent | aed075c7a57610f6fedecc117f94f6731148505a (diff) |
Use the newly updated GPG key for GitHub CLI (#139)
* Use the newly updated GPG key for GitHub CLI
* bump feature version
Diffstat (limited to 'src/github-cli/install.sh')
-rwxr-xr-x | src/github-cli/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/github-cli/install.sh b/src/github-cli/install.sh index 70b48ec..22ed040 100755 --- a/src/github-cli/install.sh +++ b/src/github-cli/install.sh @@ -10,7 +10,7 @@ CLI_VERSION=${VERSION:-"latest"} INSTALL_DIRECTLY_FROM_GITHUB_RELEASE=${INSTALLDIRECTLYFROMGITHUBRELEASE:-"true"} -GITHUB_CLI_ARCHIVE_GPG_KEY=C99B11DEB97541F0 +GITHUB_CLI_ARCHIVE_GPG_KEY=23F3D4EA75716059 GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com:80 keyserver hkps://keys.openpgp.org keyserver hkp://keyserver.pgp.com" @@ -235,4 +235,4 @@ else apt-get -y install "gh${version_suffix}" rm -rf "/tmp/gh/gnupg" echo "Done!" -fi
\ No newline at end of file +fi |