mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-30 05:56:54 -05:00
Update deb.yml
This commit is contained in:
parent
61112d8af7
commit
999165bf93
3
.github/workflows/deb.yml
vendored
3
.github/workflows/deb.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user