Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 49e7fe5

Browse files
committed
Update github apt repository signing key id
C99B11DEB97541F0 -> 23F3D4EA75716059
1 parent 44ddc5f commit 49e7fe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-checksum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git commit -am 'Generate new checksums.json file for commit $COMMIT'
3939
git push --set-upstream origin job/update-checksum-file
4040
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
41-
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
41+
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 23F3D4EA75716059
4242
sudo apt-add-repository https://cli.github.com/packages
4343
sudo apt update
4444
sudo apt-get install gh

0 commit comments

Comments
 (0)