Skip to content

Commit cc4e17f

Browse files
author
Ashley Bailey
committed
fix: 🚑 Token for Workflow
1 parent e4de5d3 commit cc4e17f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build-storybook.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@ jobs:
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:
@@ -65,7 +58,7 @@ jobs:
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+
github_token: ${{ secrets.GITHUB_TOKEN }}
6962
publish_dir: ./dist/storybook/wizarr-frontend
7063
cname: storybook.wizarr.org
7164

0 commit comments

Comments
 (0)