mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-26 05:02:46 +00:00
use real publish key
This commit is contained in:
parent
5659a0b3c8
commit
4074338410
|
|
@ -42,6 +42,5 @@ jobs:
|
|||
test: true # Check that PKGBUILD could be built, and update pkgver
|
||||
commit_username: ${{ secrets.AUR_USERNAME }}
|
||||
commit_email: ${{ secrets.AUR_EMAIL }}
|
||||
# ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||
ssh_private_key: placeholder
|
||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||
commit_message: github-action-auto-publish
|
||||
|
|
|
|||
Loading…
Reference in New Issue