Skip to content

Commit

Permalink
Update github apt repository signing key id
Browse files Browse the repository at this point in the history
C99B11DEB97541F0 -> 23F3D4EA75716059
  • Loading branch information
paulbartell committed Sep 9, 2022
1 parent d675859 commit 1845aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link-verifier/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
shell: bash
- name: Install gh
run: |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 23F3D4EA75716059
sudo apt-add-repository https://cli.github.com/packages
sudo apt update
sudo apt install -y gh
Expand Down

0 comments on commit 1845aea

Please sign in to comment.