-
Notifications
You must be signed in to change notification settings - Fork 660
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
pompurin404
committed
Oct 23, 2024
1 parent
128c3ab
commit 4cea742
Showing
2 changed files
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -501,7 +501,7 @@ jobs: | |
pkgbuild: aur/${{ matrix.pkgname }}/PKGBUILD | ||
commit_username: pompurin404 | ||
commit_email: [email protected] | ||
ssh_private_key: ${{ secrets.PRIVATE_KEY }} | ||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} | ||
commit_message: Update AUR package | ||
ssh_keyscan_types: rsa,ed25519 | ||
allow_empty_commits: false | ||
|
@@ -523,7 +523,7 @@ jobs: | |
pkgbuild: aur/mihomo-party-git/PKGBUILD | ||
commit_username: pompurin404 | ||
commit_email: [email protected] | ||
ssh_private_key: ${{ secrets.PRIVATE_KEY }} | ||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} | ||
commit_message: Update AUR package | ||
ssh_keyscan_types: rsa,ed25519 | ||
allow_empty_commits: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters