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
Describe the bug
Unfortunately, GITHUB_TOKEN cannot be used to authenticate git commands:
In my github action workflow, it could not release with release:trigger. 😞
The following error occurred in the GitHub action workflow:
}
at exec (/home/runner/work/poeditor-service-provider/poeditor-service-provider/node_modules/shipjs-lib/dist/index.esm.js:1700:11)
at default (/home/runner/work/poeditor-service-provider/poeditor-service-provider/node_modules/shipjs/src/util/run.js:22:20)
at refs.forEach.ref (/home/runner/work/poeditor-service-provider/poeditor-service-provider/node_modules/shipjs/src/helper/gitPush.js:23:7)
at Array.forEach (<anonymous>)
at gitPush (/home/runner/work/poeditor-service-provider/poeditor-service-provider/node_modules/shipjs/src/helper/gitPush.js:22:10)
at runStep (/home/runner/work/poeditor-service-provider/poeditor-service-provider/node_modules/shipjs/src/step/release/gitPush.js:15:7)
at runStep (/home/runner/work/poeditor-service-provider/poeditor-service-provider/node_modules/shipjs/src/step/runStep.js:11:10)
at default (/home/runner/work/poeditor-service-provider/poeditor-service-provider/node_modules/shipjs/src/step/release/gitPush.js:7:3)
at release (/home/runner/work/poeditor-service-provider/poeditor-service-provider/node_modules/shipjs/src/flow/release.js:54:3)
at process._tickCallback (internal/process/next_tick.js:68:7)
Describe the bug
Unfortunately,
GITHUB_TOKEN
cannot be used to authenticate git commands:In my github action workflow, it could not release with
release:trigger
. 😞The following error occurred in the GitHub action workflow:
See the https://github.com/kazupon/poeditor-service-provider/runs/377176890
To Reproduce
Steps to reproduce the behavior:
release:prepare
(minor release v0.6.0 intlify/poeditor-service-provider#36)release
release:trigger
(https://github.com/kazupon/poeditor-service-provider/commit/3dace81b5cc45dbf16e8b56758e027104d37c43b/checks?check_suite_id=387723670)Environment (please complete the following information):
node -v
:10.x
yarn -v
:1.19.2
0.13.1
Additional context
The text was updated successfully, but these errors were encountered: