You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
Hi, I found that there might be a permission problem with secrets.GITHUB_TOKEN at line 24 in grading.yml. I followed the instructions carefully but could not let github-actions generate a new Issue.
The error I got was
Run githubtraining/[email protected]
with:
github-token: ***
feedback: {"reports":[{"filename":"","isCorrect":true,"display_type":"issues","level":"info","msg":"Great job!","error":{"expected":"","got":""}}]}
Error: HttpError: Resource not accessible by integration
I replaced secrets.GITHUB_TOKEN with secrets.EXERCISE_PAT and it worked. I tried another way by changing the Workflow permission in Settings-Actions-General of this repository to read and write permissions, and secrets.GITHUB_TOKEN also worked this time.
The text was updated successfully, but these errors were encountered:
Hi, I found that there might be a permission problem with
secrets.GITHUB_TOKEN
at line 24 ingrading.yml
. I followed the instructions carefully but could not letgithub-actions
generate a new Issue.The error I got was
I replaced
secrets.GITHUB_TOKEN
withsecrets.EXERCISE_PAT
and it worked. I tried another way by changing the Workflow permission inSettings-Actions-General
of this repository to read and write permissions, andsecrets.GITHUB_TOKEN
also worked this time.The text was updated successfully, but these errors were encountered: