Skip to content

Commit

Permalink
update gh gpg key for Debian per cli/cli#6175
Browse files Browse the repository at this point in the history
  • Loading branch information
toozej committed Sep 6, 2022
1 parent 9c839e3 commit aa8ddcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/dev-common/tasks/setup-Debian.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
- name: Add Github Hub apt key.
apt_key:
keyserver: keyserver.ubuntu.com
id: C99B11DEB97541F0
id: 23F3D4EA75716059

- name: Add Github CLI repository.
apt_repository:
repo: "deb https://cli.github.com/packages focal main"
repo: "deb https://cli.github.com/packages jammy main"
state: present
update_cache: true

Expand Down

0 comments on commit aa8ddcc

Please sign in to comment.