From 4e077d269cd1e42348e2ca5417e2497067d0deff Mon Sep 17 00:00:00 2001 From: Brendan Szymanski Date: Sun, 21 Jun 2026 21:13:41 -0400 Subject: [PATCH] Remove GITHUB_API_URL override from workflows --- .forgejo/workflows/pr-checks.yml | 2 -- .forgejo/workflows/release.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.forgejo/workflows/pr-checks.yml b/.forgejo/workflows/pr-checks.yml index 3acd049..244a3a2 100644 --- a/.forgejo/workflows/pr-checks.yml +++ b/.forgejo/workflows/pr-checks.yml @@ -19,8 +19,6 @@ jobs: container: image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-50 options: --privileged - env: - GITHUB_API_URL: https://git.bscubed.dev/api/v1 steps: - uses: actions/checkout@v4 - uses: https://github.com/flatpak/flatpak-github-actions/flatpak-builder@v6.7 diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index a7eae3a..5d24e4a 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -11,8 +11,6 @@ jobs: container: image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-50 options: --privileged - env: - GITHUB_API_URL: https://git.bscubed.dev/api/v1 steps: - uses: actions/checkout@v4 with: