fix: use curl for Gitea release API instead of broken action
Release / build-and-release (push) Failing after 55s
Release / build-and-release (push) Failing after 55s
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
TOKEN="${{ secrets.TOKEN_BUILD }}"
|
TOKEN="${{ secrets.TOKEN_BUILD }}"
|
||||||
git clone --recurse-submodules \
|
git clone --recurse-submodules \
|
||||||
-c credential.helper="" \
|
-c credential.helper="" \
|
||||||
https://x-token-auth:$TOKEN@git.datadunia.com/devops/wireguard-vpn.git .
|
https://token:$TOKEN@git.datadunia.com/devops/wireguard-vpn.git .
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user