Skip to content

Commit

Permalink
projectToken is not a required input for the GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Oct 6, 2023
1 parent 08006f7 commit b59aa3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ inputs:
description: 'Deprecated, use onlyChanged, onlyStoryNames or onlyStoryFiles instead'
required: false
projectToken:
description: 'Your chromatic project token'
required: true
description: 'Your chromatic project token (best provided via env.CHROMATIC_PROJECT_TOKEN)'
required: false
repositorySlug:
description: 'Override the repository slug (e.g. ownerName/repositoryName)'
required: false
Expand Down

0 comments on commit b59aa3a

Please sign in to comment.