Skip to content

Commit

Permalink
update debian gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
kslr authored Nov 8, 2020
1 parent dff48c9 commit d2ed143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit d2ed143

Please sign in to comment.