You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the test step in the circleCI config, add a step for auto dry run
command: yarn auto shipit --dry-run
You will need to make sure a GH_TOKEN is passed, as running the command itself will give you an error
Make sure it is available on process.env.GH_TOKEN.
Error: GitHub token not found!
at Auto.loadConfig (/home/circleci/rules_player/node_modules/@auto-it/core/src/auto.ts:657:13)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async execute (/home/circleci/rules_player/node_modules/auto/src/run.ts:36:5)
at async Object.runCli (/home/circleci/rules_player/node_modules/auto/src/run.ts:146:3)
The text was updated successfully, but these errors were encountered:
During the test step in the circleCI config, add a step for auto dry run
You will need to make sure a GH_TOKEN is passed, as running the command itself will give you an error
Make sure it is available on process.env.GH_TOKEN.
Error: GitHub token not found!
at Auto.loadConfig (/home/circleci/rules_player/node_modules/@auto-it/core/src/auto.ts:657:13)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async execute (/home/circleci/rules_player/node_modules/auto/src/run.ts:36:5)
at async Object.runCli (/home/circleci/rules_player/node_modules/auto/src/run.ts:146:3)
The text was updated successfully, but these errors were encountered: