Objective
Publish the prepared CI workflow once GitHub auth has the workflow scope.
Current blocker
The current GitHub auth for vultrdev can push normal commits, but GitHub rejected workflow creation on push because the token does not have the workflow scope.
Already prepared locally
Done when
- auth includes
workflow scope
- CI workflow is committed and pushed
- PRs and pushes validate
npm install, npm run typecheck, and npm run build
Objective
Publish the prepared CI workflow once GitHub auth has the
workflowscope.Current blocker
The current GitHub auth for
vultrdevcan push normal commits, but GitHub rejected workflow creation on push because the token does not have theworkflowscope.Already prepared locally
.github/workflows/ci.ymlDone when
workflowscopenpm install,npm run typecheck, andnpm run build