Unverified Commit 023d6231 authored by 3x!1's avatar 3x!1 Committed by GitHub

Use the newly updated GPG key for GitHub CLI (#139)

* Use the newly updated GPG key for GitHub CLI

* bump feature version
parent aed075c7
{ {
"id": "github-cli", "id": "github-cli",
"version": "1.0.3", "version": "1.0.4",
"name": "GitHub CLI", "name": "GitHub CLI",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/github-cli", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/github-cli",
"description": "Installs the GitHub CLI. Auto-detects latest version and installs needed dependencies.", "description": "Installs the GitHub CLI. Auto-detects latest version and installs needed dependencies.",
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
CLI_VERSION=${VERSION:-"latest"} CLI_VERSION=${VERSION:-"latest"}
INSTALL_DIRECTLY_FROM_GITHUB_RELEASE=${INSTALLDIRECTLYFROMGITHUBRELEASE:-"true"} 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 GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com:80
keyserver hkps://keys.openpgp.org keyserver hkps://keys.openpgp.org
keyserver hkp://keyserver.pgp.com" keyserver hkp://keyserver.pgp.com"
...@@ -235,4 +235,4 @@ else ...@@ -235,4 +235,4 @@ else
apt-get -y install "gh${version_suffix}" apt-get -y install "gh${version_suffix}"
rm -rf "/tmp/gh/gnupg" rm -rf "/tmp/gh/gnupg"
echo "Done!" echo "Done!"
fi fi
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment