From: Paul Norman Date: Mon, 28 Aug 2023 23:40:33 +0000 (-0700) Subject: Update yarnpkg APT signing key X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/530cc480bd3624cf4eed5f18f7f792a85067e631 Update yarnpkg APT signing key --- diff --git a/cookbooks/apt/recipes/yarn.rb b/cookbooks/apt/recipes/yarn.rb index ecb1c10e8..7451e96a9 100644 --- a/cookbooks/apt/recipes/yarn.rb +++ b/cookbooks/apt/recipes/yarn.rb @@ -23,5 +23,5 @@ apt_repository "yarn" do uri "https://dl.yarnpkg.com/debian" distribution "stable" components ["main"] - key "23E7166788B63E1E" + key "1646B01B86E50310" end