fix: pass token via env GITHUB_TOKEN and GITEA_TOKEN for release action
Release / build-and-release (push) Failing after 54s

This commit is contained in:
datadunia
2026-05-08 02:18:01 +07:00
parent 6d9fa80b54
commit 42a35302b3
+3
View File
@@ -73,6 +73,9 @@ jobs:
wgrplane-linux-amd64 wgrplane-linux-amd64
wgrplane-linux-arm64 wgrplane-linux-arm64
latest.json latest.json
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_BUILD }}
GITEA_TOKEN: ${{ secrets.TOKEN_BUILD }}
- name: Cleanup build artifacts - name: Cleanup build artifacts
if: always() if: always()