debug: dry-run test token and API auth
Debug Release API / debug-api (push) Failing after 0s

This commit is contained in:
datadunia
2026-05-08 04:49:50 +07:00
parent 981506c96c
commit a799af3d54
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
steps:
- name: Debug token and API
run: |
TOKEN="${{ secrets.TOKEN_BUILD }}"
TOKEN="${{ secrets.BUILD_TOKEN }}"
REPO="${{ gitea.repository }}"
API="${{ gitea.server_url }}/api/v1"