fix: Theme preview script (#318)

* chore: testing theme preview script

* fix: workflow

* test current pr

* comment on pr script

* fix: preview theme script

* fix: preview theme

* fix: token fix

* test: theme

* fix: conflict
This commit is contained in:
Anurag Hazra
2020-08-05 21:57:11 +05:30
committed by GitHub
parent ce8660c825
commit 20463f6365
3 changed files with 7 additions and 5 deletions

View File

@ -6,7 +6,6 @@ on:
branches:
- master
- theme-preview-script
paths:
- "themes/index.js"
jobs:
@ -27,3 +26,5 @@ jobs:
env:
CI: true
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
with:
token: ${{ secrets.GITHUB_TOKEN }}