Skip to content

Commit

Permalink
Use .asc extension for ASCII gpg keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ndptech committed Dec 30, 2024
1 parent e84eb33 commit 99ade4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/ci-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ runs:
shell: bash
run: |
sudo install -d -o root -g root -m 0755 /etc/apt/keyrings
curl -s https://openresty.org/package/pubkey.gpg | sudo tee /etc/apt/keyrings/openresty.gpg
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/openresty.gpg] http://openresty.org/package/ubuntu $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/openresty.list
curl -s https://openresty.org/package/pubkey.gpg | sudo tee /etc/apt/keyrings/openresty.asc
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/openresty.asc] http://openresty.org/package/ubuntu $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/openresty.list
sudo apt-get update
Expand Down

0 comments on commit 99ade4c

Please sign in to comment.