Skip to content

Commit 71774f3

Browse files
committed
put github secret back in
1 parent 40f1b58 commit 71774f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-xbarappcom.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424

2525
- name: Run sitegen
2626
working-directory: tools/sitegen
27-
run: ./run.sh
27+
env:
28+
XBAR_GITHUB_ACCESS_TOKEN: ${{ secrets.XBAR_GITHUB_ACCESS_TOKEN }}
29+
run: ./run.sh -skipdata
2830

2931
- name: Auth with Google Cloud
3032
uses: google-github-actions/auth@v2

0 commit comments

Comments
 (0)