build: Added github token variable to build
This commit is contained in:
parent
9961422038
commit
3be57361e6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -24,6 +24,8 @@ jobs:
|
|||
lfs: true
|
||||
- name: Install, build, and upload your site
|
||||
uses: withastro/action@v4
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
package-manager: "bun"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue