@@ -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
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user