Skip to content

Commit

Permalink
Use SEEK_OSS_CI_GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat committed Oct 20, 2023
1 parent 2cc351f commit e2e1db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
- name: Deploy Storybook
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
publish_dir: ./dist-storybook
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: Deploy Storybook
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
publish_dir: ./dist-storybook

0 comments on commit e2e1db9

Please sign in to comment.