From f9797244efeb390596b87c92d2bf9b89ae84ed3f Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Thu, 26 Jun 2025 15:35:04 +0200 Subject: [PATCH] Refactor Actions workflow to remove debug settings and fixing api url problems --- .gitea/workflows/update.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/update.yaml b/.gitea/workflows/update.yaml index 3880f35..7467bbf 100644 --- a/.gitea/workflows/update.yaml +++ b/.gitea/workflows/update.yaml @@ -16,14 +16,13 @@ permissions: jobs: update: runs-on: ubuntu-24.04 - env: - DEBUG: "@actions/http-client,request" - HTTPS_PROXY: http://172.31.0.1:8080 - HTTP_PROXY: http://172.31.0.1:8080 steps: - name: Get latest homebrewery release id: latest_release uses: easyware-io/get-latest-release@v1 + env: + GITHUB_API_URL: https://api.github.com + GITHUB_SERVER_URL: https://github.com with: token: ${{ secrets.GH_TOKEN }} repo: homebrewery