Remove GITHUB_API_URL override from workflows
Some checks failed
PR Checks / flatpak-build (pull_request) Failing after 3m30s
PR Checks / lint (pull_request) Failing after 50s

This commit is contained in:
Brendan Szymanski 2026-06-21 21:13:41 -04:00
parent 0a84f182ca
commit 4e077d269c
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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: