fix: Made github token optional
Some checks failed
Build Gameflow Site / build (push) Failing after 1m5s

This commit is contained in:
Simeon Radivoev 2026-05-07 00:21:06 +03:00
parent e8395a832e
commit cb0ef9207d
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
4 changed files with 15 additions and 23 deletions

View file

@ -29,7 +29,7 @@ jobs:
uses: https://github.com/withastro/action@main
env:
GITHUB_TOKEN: ${{ secrets.API_GITHUB_TOKEN }}
SITE_BASE:
SITE_BASE: /
SITE_URL: https://gameflow.simeonradivoev.com
with:
package-manager: "bun"