mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +00:00
include torchlight token in workflow
This commit is contained in:
parent
265493ec15
commit
2f91984442
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy-preview.yml
vendored
2
.github/workflows/deploy-preview.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
- name: Highlight with Torchlight
|
||||
run: |
|
||||
npm i @torchlight-api/torchlight-cli
|
||||
npx torchlight
|
||||
TORCHLIGHT_TOKEN=${{ secrets.TORCHLIGHT_TOKEN }} npx torchlight
|
||||
- name: Deploy to Bunny
|
||||
uses: ayeressian/bunnycdn-storage-deploy@v2.2.2
|
||||
with:
|
||||
|
|
2
.github/workflows/deploy-prod.yml
vendored
2
.github/workflows/deploy-prod.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
- name: Highlight with Torchlight
|
||||
run: |
|
||||
npm i @torchlight-api/torchlight-cli
|
||||
npx torchlight
|
||||
TORCHLIGHT_TOKEN=${{ secrets.TORCHLIGHT_TOKEN }} npx torchlight
|
||||
- name: Deploy to Bunny
|
||||
uses: ayeressian/bunnycdn-storage-deploy@v2.2.2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue