Anthony Williams
Anthony Williams
Just to provide more context / examples, here's link to that repo's action runs - https://github.com/Wolven531/deno-playground/actions
For those that land here from GQL (https://doc.deno.land/https://deno.land/x/[email protected]/mod.ts or https://deno.land/x/[email protected]), to avoid using the dynamic import in this module, I created a local version of the `GraphQLHTTP` function whose ONLY...
Have been facing this issue for a few months on a project now (was preventing us from upgrading beyond [email protected]). Just resolved it by finding this thread, and subsequently upgrading...
Still getting a 401 by default (no vars provided) - https://github.com/Wolven531/deno-playground/actions/runs/2297608812 and a 403 when explicitly using `${{ secrets.GITHUB_TOKEN }}` - https://github.com/Wolven531/deno-playground/actions/runs/2297633272 That latter of which explicitly says "Resource not...
Was able to fix this by: a) Using GitHub web UI to generate a new Personal Access Token w/ most scopes/permissions enabled (none of the admin ones) b) Add new...