-
Notifications
You must be signed in to change notification settings - Fork 305
"Resource not accessible by integration" #103
Comments
have you tried swopping out secrets.GITHUB_TOKEN with your PAT? worked for me 😸 |
@howzitcal What does PAT stand for? |
@gyorokpeter my bad, a personal access token = https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token |
"Warning: Treat your tokens like passwords and keep them secret. When working with the API, use tokens as environment variables instead of hardcoding them into your programs." |
store it as a secret in your repo give the secret a name like PAT then in the github action call it by typing ${{secrets.PAT}} |
In the meantime I have also been looking elsewhere for similar problems. |
I have tried to add this action to my build but I get this error. What exactly does it mean and how to fix it?
The config can be seen here:
https://github.com/finos/kdb-studio/pull/15/files
The text was updated successfully, but these errors were encountered: