mirror of
https://github.com/RubyMetric/chsrc.git
synced 2024-11-22 11:53:23 +08:00
use real publish key
This commit is contained in:
parent
9d27c29d96
commit
5c2299fb1e
4
.github/workflows/pkg-aur-bin.yml
vendored
4
.github/workflows/pkg-aur-bin.yml
vendored
|
@ -1,5 +1,6 @@
|
||||||
# This workflow will publish the `chsrc` package to the AUR
|
# This workflow will publish the `chsrc` package to the AUR
|
||||||
# when there is a new `released` event.
|
# when there is a new `released` event.
|
||||||
|
# Note: only normal version tags like `v1.2.3` will be published.
|
||||||
name: Publish AUR Package (chsrc)
|
name: Publish AUR Package (chsrc)
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
|
@ -38,6 +39,5 @@ jobs:
|
||||||
test: true # Check that PKGBUILD could be built, and update pkgver
|
test: true # Check that PKGBUILD could be built, and update pkgver
|
||||||
commit_username: ${{ secrets.AUR_USERNAME }}
|
commit_username: ${{ secrets.AUR_USERNAME }}
|
||||||
commit_email: ${{ secrets.AUR_EMAIL }}
|
commit_email: ${{ secrets.AUR_EMAIL }}
|
||||||
# ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||||
ssh_private_key: placeholder
|
|
||||||
commit_message: github-action-auto-publish
|
commit_message: github-action-auto-publish
|
||||||
|
|
Loading…
Reference in New Issue
Block a user