Skip to content

Commit

Permalink
fix: fallback GITHUB_TOKEN to github.token
Browse files Browse the repository at this point in the history
  • Loading branch information
snickbit committed Oct 31, 2022
1 parent 8d3ba2f commit 5ba765a
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 @@ -41,7 +41,7 @@ runs:
with:
release-type: node
package-name: ${{ github.repository }}
token: ${{ inputs.GITHUB_TOKEN }}
token: ${{ inputs.GITHUB_TOKEN || github.token }}

- name: Checkout
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 5ba765a

Please sign in to comment.