Skip to content

Commit 0b7db36

Browse files
committed
Update github apt repository signing key id
C99B11DEB97541F0 -> 23F3D4EA75716059
1 parent 56b09fc commit 0b7db36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
run: |
40-
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
40+
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 23F3D4EA75716059
4141
sudo apt-add-repository https://cli.github.com/packages
4242
sudo apt update
4343
sudo apt-get install gh

0 commit comments

Comments
 (0)