File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 3838 if : ${{ needs.pre-job.outputs.should_run_server == 'false' && !github.event.pull_request.head.repo.fork }}
3939 runs-on : ubuntu-latest
4040 steps :
41- - name : Generate a token
42- id : generate-token
43- uses : actions/create-github-app-token@v1
44- with :
45- app-id : ${{ secrets.PUSH_O_MATIC_APP_ID }}
46- private-key : ${{ secrets.PUSH_O_MATIC_APP_KEY }}
47-
4841 - name : Checkout Repository
4942 uses : actions/checkout@v2
5043 with :
6558 uses : peaceiris/actions-gh-pages@v3
6659 with :
6760 external_repository : wizarrrrr/storybook.wizarr.org
68- personal_token : ${{ steps.generate-token.outputs.token }}
61+ personal_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
6962 publish_dir : ./dist/storybook/wizarr-frontend
7063 cname : storybook.wizarr.org
7164
You can’t perform that action at this time.
0 commit comments