Skip to content

Commit

Permalink
fix: remove github_token
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Dec 31, 2023
1 parent 57ad9df commit af45512
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
- name: compressed-size-action
uses: preactjs/[email protected]

Check warning on line 47 in .github/workflows/node.js.yml

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (preactjs)
with:
repo-token: "${{ secrets.github_token }}"
pattern: "./packages/ui/lib/**/*.{js,css,html,json}"
exclude: "{**/*.map,**/node_modules/**}"

Expand All @@ -63,6 +62,5 @@ jobs:
- name: Publish to Chromatic
uses: chromaui/action@v10

Check warning on line 63 in .github/workflows/node.js.yml

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (chromaui)
with:
token: ${{ secrets.github_token }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 comments on commit af45512

Please sign in to comment.