ci: add GITEA_TOKEN for checkout authentication
Beta Release / deploy (push) Failing after 3h2m41s

This commit is contained in:
datadunia
2026-05-30 04:40:05 +07:00
parent 50b9684d16
commit 57cd09f297
+2 -1
View File
@@ -5,10 +5,11 @@ on:
tags: tags:
- 'v*-beta*' - 'v*-beta*'
- 'v*-test*' - 'v*-test*'
- 'dev-*'
jobs: jobs:
deploy: deploy:
if: "contains(gitea.ref_name, 'beta') || contains(gitea.ref_name, 'test')" if: "contains(gitea.ref_name, 'beta') || contains(gitea.ref_name, 'test') || startsWith(gitea.ref_name, 'dev-')"
uses: ./.gitea/workflows/deploy_call.yaml uses: ./.gitea/workflows/deploy_call.yaml
with: with:
prerelease: true prerelease: true