From 5c2299fb1e6c87b66af442b35d0d38ae63ecb987 Mon Sep 17 00:00:00 2001 From: Terrasse Date: Thu, 29 Aug 2024 20:26:25 +0800 Subject: [PATCH] use real publish key --- .github/workflows/pkg-aur-bin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pkg-aur-bin.yml b/.github/workflows/pkg-aur-bin.yml index 51c02d6..26fcaa9 100644 --- a/.github/workflows/pkg-aur-bin.yml +++ b/.github/workflows/pkg-aur-bin.yml @@ -1,5 +1,6 @@ # This workflow will publish the `chsrc` package to the AUR # when there is a new `released` event. +# Note: only normal version tags like `v1.2.3` will be published. name: Publish AUR Package (chsrc) on: release: @@ -38,6 +39,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