Skip to content

Commit

Permalink
Fix token default in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasZepper committed Oct 5, 2023
1 parent c6c4632 commit 27d698f
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 @@ -25,7 +25,7 @@ inputs:
token:
description: 'Github API token to use for the action.'
required: false
default: '${{ secrets.GITHUB_TOKEN }}'
default: ${{ github.token }}

# Define your outputs here.
outputs:
Expand Down

0 comments on commit 27d698f

Please sign in to comment.