소스 검색

update debian gpg

Kslr 5 년 전
부모
커밋
d2ed1434d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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')
         if: github.event_name == 'release' && !contains(github.ref, 'pre')
         run: |
         run: |
           git clone https://github.com/v2fly/debian.git archive
           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
           gpg --import private.key
           cd archive
           cd archive
           git config --local user.name "${{ github.actor }}"
           git config --local user.name "${{ github.actor }}"