ci: add GITEA_TOKEN for checkout authentication
NexusGuard CI/CD / server-core-test (push) Failing after 32s
NexusGuard CI/CD / server-core-build (push) Has been skipped
NexusGuard CI/CD / device-agent-test (push) Failing after 39s
NexusGuard CI/CD / device-agent-cross-build (amd64, linux) (push) Has been skipped
NexusGuard CI/CD / device-agent-cross-build (amd64, windows) (push) Has been skipped
NexusGuard CI/CD / device-agent-cross-build (arm64, linux) (push) Has been skipped
NexusGuard CI/CD / dashboard-test (push) Failing after 34s
NexusGuard CI/CD / dashboard-dist (push) Has been skipped
NexusGuard CI/CD / release (push) Has been skipped

This commit is contained in:
datadunia
2026-05-29 20:29:12 +07:00
parent 6481a13caf
commit 8be64111a1
+11 -1
View File
@@ -6,6 +6,9 @@ on:
- 'v*'
- 'dev-*'
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
jobs:
# ──────────────────────────────────────────────
# TEST — all 3 components in parallel
@@ -20,6 +23,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
token: ${{ secrets.GITEA_TOKEN }}
- uses: actions/setup-go@v5
with:
go-version: '1.25'
@@ -36,6 +40,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
token: ${{ secrets.GITEA_TOKEN }}
- uses: actions/setup-go@v5
with:
go-version: '1.25'
@@ -52,6 +57,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
token: ${{ secrets.GITEA_TOKEN }}
- uses: actions/setup-node@v4
with:
node-version: '24'
@@ -73,6 +79,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.GITEA_TOKEN }}
- uses: actions/setup-go@v5
with:
go-version: '1.25'
@@ -101,6 +108,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.GITEA_TOKEN }}
- uses: actions/setup-go@v5
with:
go-version: '1.25'
@@ -129,6 +137,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.GITEA_TOKEN }}
- uses: actions/setup-node@v4
with:
node-version: '24'
@@ -153,5 +162,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITEA_TOKEN }}
- name: Echo release step
run: echo "Release step for Gitea"
run: echo "Release step for Gitea"