mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +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
|
- 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:
|
||||||
|
|
2
.github/workflows/deploy-prod.yml
vendored
2
.github/workflows/deploy-prod.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue