Skip to content

How to create issues via an action #25698

Answered by ghost
iam-py-test asked this question in Actions
Discussion options

You must be logged in to vote

Hi, firstly we wanted to mention actions/github-script, as it might help you in the future to make API calls easier:

  <a href="https://github.com/actions/github-script" target="_blank" rel="noopener">GitHub</a>

actions/github-script

Write workflows scripting the GitHub API in JavaScript - actions/github-script

For the error itself, we weren’t able to find the specific workflow run demonstrating this error, but most likely you could resolve this issue by using a PAT instead of the GITHUB_TOKEN:

https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token

You can then add it as a secret, and use the secret in the wor…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants