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: