1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-14 21:25:34 -05:00

Update deb.yml

This commit is contained in:
Xiaokang Wang
2020-11-21 14:40:27 +00:00
committed by GitHub
parent 61112d8af7
commit 999165bf93

View File

@@ -49,7 +49,8 @@ jobs:
run: |
git clone https://github.com/v2fly/debian.git archive
echo ${{ secrets.DEBIAN_GPG_PRIVATE }} | base64 -d > private.key
gpg --import private.key
gpg --import --batch private.key
gpg -K
cd archive
git config --local user.name "${{ github.actor }}"
git config --local user.email "${{ github.actor }}@users.noreply.github.com"