-
Why are you starting this discussion?Question What GitHub Actions topic or product is this about?Misc Discussion DetailsI want to trigger a workflow from a workflow dispatch within the repository of an organization. I am sending a POST request to: It is a fine grained access token with the organization as owner, and this token has access to all repositories owned by the organization. It has the following rights: Read access to metadata When I send the request I get the following 403 response: { According to the documentation, i should have all the permissions i need to trigger this event but I keep getting the 403. What could i be missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Use a classic PAT with the repo scope. Classic tokens work reliably with dispatches. |
Beta Was this translation helpful? Give feedback.
Use a classic PAT with the repo scope. Classic tokens work reliably with dispatches.