Fix actionsToken since it wasn't working - I think it was copy/paste error referring to wrong variable
It seems like one could simply remove this input and combine it with the PatToken parameter - but perhaps PowerShell is more finicky than I think between PATs and the GitHub Token.
For what it's worth, the GITHUB_TOKEN now works with both the actions-token and pat-token input (see workflow)
actionsToken
since it wasn't working - I think it was copy/paste error referring to wrong variableGITHUB_TOKEN
now works with both theactions-token
andpat-token
input (see workflow)same PR made in other action: