We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b09fc commit 0b7db36Copy full SHA for 0b7db36
.github/workflows/version-updater.yml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
run: |
40
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
+ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 23F3D4EA75716059
41
sudo apt-add-repository https://cli.github.com/packages
42
sudo apt update
43
sudo apt-get install gh
0 commit comments