include torchlight token in workflow

This commit is contained in:
John Bowdre 2024-06-06 20:40:59 -05:00
parent 265493ec15
commit 2f91984442
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ jobs:
- name: Highlight with Torchlight - name: Highlight with Torchlight
run: | run: |
npm i @torchlight-api/torchlight-cli npm i @torchlight-api/torchlight-cli
npx torchlight TORCHLIGHT_TOKEN=${{ secrets.TORCHLIGHT_TOKEN }} npx torchlight
- name: Deploy to Bunny - name: Deploy to Bunny
uses: ayeressian/bunnycdn-storage-deploy@v2.2.2 uses: ayeressian/bunnycdn-storage-deploy@v2.2.2
with: with:

View file

@ -51,7 +51,7 @@ jobs:
- name: Highlight with Torchlight - name: Highlight with Torchlight
run: | run: |
npm i @torchlight-api/torchlight-cli npm i @torchlight-api/torchlight-cli
npx torchlight TORCHLIGHT_TOKEN=${{ secrets.TORCHLIGHT_TOKEN }} npx torchlight
- name: Deploy to Bunny - name: Deploy to Bunny
uses: ayeressian/bunnycdn-storage-deploy@v2.2.2 uses: ayeressian/bunnycdn-storage-deploy@v2.2.2
with: with: