Hi,
I have a workflow where i create a token for another repository of the same owner. I have followed the documentation and added
owner: ${{ github.repository_owner }}
repositories: |
standards
platform
When my workflow runs, it breaks at this action with the following error.
Error: 'Issuer' claim ('iss') must be an Integer - https://docs.github.com/rest
I am missing something? or does it seem like a bug?
Appreciate your help for the same.
Hi,
I have a workflow where i create a token for another repository of the same owner. I have followed the documentation and added
When my workflow runs, it breaks at this action with the following error.
Error: 'Issuer' claim ('iss') must be an Integer - https://docs.github.com/restI am missing something? or does it seem like a bug?
Appreciate your help for the same.