fix deploy
Tests / PHPUnit (push) Successful in 1m16s

This commit is contained in:
root
2026-07-16 01:11:23 -04:00
parent d0b0fb9d3d
commit 3c8b9b587e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ jobs:
DEPLOY_SSH_KEY: ${{ secrets.DEPLOY_SSH_KEY }}
GITEA_BASE_URL: ${{ secrets.GITEA_BASE_URL }}
GITEA_PACKAGE_OWNER: ${{ secrets.GITEA_PACKAGE_OWNER }}
GITEA_PACKAGE_USER: ${{ secrets.GITEA_PACKAGE_USER }}
GITEA_PACKAGE_TOKEN: ${{ secrets.GITEA_PACKAGE_TOKEN }}
GITEA_PACKAGE_USER: ${{ secrets.GITEAPACKAGEUSER }}
GITEA_PACKAGE_TOKEN: ${{ secrets.GITEAPACKAGETOKEN }}
steps:
- name: Checkout
+2 -2
View File
@@ -43,8 +43,8 @@ The deploy workflow also archives `build/deploy/` and publishes it to Gitea Pack
Required repository secrets for package publishing:
- `GITEA_PACKAGE_USER`
- `GITEA_PACKAGE_TOKEN`
- `GITEAPACKAGEUSER`
- `GITEAPACKAGETOKEN`
Optional repository secrets: