Skip to content

Commit

Permalink
Updated action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 19, 2022
1 parent c80edb2 commit 15f0a78
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 @@ -31,7 +31,7 @@ runs:
shell: bash
env:
GITHUB_REF: ${{ github.ref }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ inputs.token }}
GITHUB_EVENT_NAME: ${{ github.event_name }}
INPUTS_REMOTE: ${{ inputs.remote }}
INPUTS_RELEASE_NOTES_FILE: ${{ inputs.release_notes_file }}
Expand Down

0 comments on commit 15f0a78

Please sign in to comment.