build: Added github token variable to build

This commit is contained in:
Simeon Radivoev 2026-05-06 23:02:01 +03:00
parent 9961422038
commit 3be57361e6
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A

View file

@ -24,6 +24,8 @@ jobs:
lfs: true lfs: true
- name: Install, build, and upload your site - name: Install, build, and upload your site
uses: withastro/action@v4 uses: withastro/action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
package-manager: "bun" package-manager: "bun"