Explorar o código

update debian gpg

Kslr %!s(int64=5) %!d(string=hai) anos
pai
achega
d2ed1434d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/deb.yml

+ 1 - 1
.github/workflows/deb.yml

@@ -39,7 +39,7 @@ jobs:
         if: github.event_name == 'release' && !contains(github.ref, 'pre')
         run: |
           git clone https://github.com/v2fly/debian.git archive
-          echo ${{ secrets.GPG_KEY }} | base64 -d > private.key
+          echo ${{ secrets.DEBIAN_GPG_PRIVE }} | base64 -d > private.key
           gpg --import private.key
           cd archive
           git config --local user.name "${{ github.actor }}"