use differnt secret

This commit is contained in:
KenwoodFox
2026-06-28 23:07:28 -04:00
parent cb8635ad0f
commit 4ce39c6f3e
2 changed files with 6 additions and 132 deletions

View File

@@ -46,7 +46,7 @@ jobs:
AUTOPKG_OWNER: ${{ github.repository_owner }}
AUTOPKG_REPO: arch
AUTOPKG_USER: ${{ github.actor }}
AUTOPKG_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
AUTOPKG_TOKEN: ${{ secrets.PACKAGE_TOKEN || github.token }}
AUTOPKG_REPLACE: ${{ github.event.inputs.replace }}
ONLY: ${{ github.event.inputs.only }}
run: |