Skip to content

Commit

Permalink
Fix: GitHub Token is supposed to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 22, 2024
1 parent a574799 commit 59196f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
default: 'true'
github-token:
description: 'A GitHub token for pushing to the repo. Example: `secrets.GITHUB_TOKEN`'
required: true
required: false
commit-updated-bindings:
description: 'Whether to commit the updated bindings'
required: false
Expand Down

0 comments on commit 59196f6

Please sign in to comment.