Description
The .github/workflows/deploy.yml file exists on disk but cannot be pushed via the GitHub API because the current OAuth token lacks the workflow scope.
Action needed
- Copy the contents of
.github/workflows/deploy.yml from the local repo
- Go to https://github.com/Mosss-OS/webscout/actions/new
- Paste the workflow file content
- Commit directly to main
The workflow deploys Supabase Edge Functions and the Next.js dashboard on push to main.
File location
.github/workflows/deploy.yml
Description
The
.github/workflows/deploy.ymlfile exists on disk but cannot be pushed via the GitHub API because the current OAuth token lacks theworkflowscope.Action needed
.github/workflows/deploy.ymlfrom the local repoThe workflow deploys Supabase Edge Functions and the Next.js dashboard on push to
main.File location