Skip to content

Commit

Permalink
fix: correct token input name
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Mar 25, 2024
1 parent b0743e4 commit e409752
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 @@ -8,7 +8,7 @@ inputs:
slug:
description: 'slug of the GitHub App'
required: true
privateKey:
token:
description: 'GitHub App installation access token'
required: true
outputs:
Expand Down

0 comments on commit e409752

Please sign in to comment.