Skip to content

Commit

Permalink
default to the ${{ github.token }} (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl authored May 10, 2022
1 parent a9488c4 commit 11bd644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ inputs:
token:
required: true
description: GitHub access token
default: ${{ github.token }}
env:
required: true
description: The name of the deployment environment in GitHub to create statuses in.
Expand Down

0 comments on commit 11bd644

Please sign in to comment.