Skip to content

Commit c7fdc6d

Browse files
committed
fix: bunny site push ci action needs to use site api key
1 parent 9966750 commit c7fdc6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Upload Dir to Bunny
3737
env:
38-
BUNNY_API_KEY: ${{ secrets.BUNNY_API_KEY }}
38+
BUNNY_API_KEY: ${{ secrets.BUNNY_SITE_API_KEY }}
3939
STORAGE_ZONE: trieve-site
4040
UPLOAD_PATH: website/dist
4141
run: "bash website/upload-to-bunny.sh"

0 commit comments

Comments
 (0)