latest 5 messages by Naros

+ [2019-09-17T17:21:43Z] Naros I tried with the GITHUB_TOKEN, but I get "Resource not accessible by integration"
+ [2019-09-17T17:21:30Z] Naros Is there not a way to have a GitHub Action do this without setting up a personal access token?
+ [2019-09-17T17:20:55Z] Naros To access that endpoint I need to supply an Authorization token.
+ [2019-09-17T17:20:34Z] Naros I have repo A where I have an action where I send a POST to repo B's endpoint https://api.github.com/repos/<owner>/<repo>/dispatches
+ [2019-09-17T17:19:55Z] Naros I'm setting up some GitHub Actions and I have a question about token access.