Clean and add extra handlers
This commit is contained in:
@@ -14,11 +14,8 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
# Grant the auto-provisioned github.token write access to the package
|
||||
# registry (otherwise uploads get HTTP 401 reqPackageAccess).
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
container:
|
||||
image: archlinux:latest
|
||||
# makepkg refuses to run as root; we create a build user below.
|
||||
@@ -35,7 +32,6 @@ jobs:
|
||||
pkg:
|
||||
- bacula
|
||||
- fchat-horizon-appimage
|
||||
- ggml-git-latest-commit
|
||||
- openrgb-git
|
||||
- paru
|
||||
- plezy-bin
|
||||
@@ -66,7 +62,7 @@ jobs:
|
||||
AUTOPKG_OWNER: ${{ github.repository_owner }}
|
||||
AUTOPKG_REPO: arch
|
||||
AUTOPKG_USER: ${{ github.actor }}
|
||||
AUTOPKG_TOKEN: ${{ secrets.PACKAGE_TOKEN || github.token }}
|
||||
AUTOPKG_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
|
||||
AUTOPKG_REPLACE: ${{ github.event.inputs.replace }}
|
||||
AUTOPKG_SKIP_PGP: "1" # Womp womp
|
||||
PKG: ${{ matrix.pkg }}
|
||||
|
||||
Reference in New Issue
Block a user