-
When I running twister test, below issue occur,
Then I added GITHUB_TOKEN to my computer environment variable and re executed below command: git add
git commit -s
git push However, these methods seem to have no effect. So I want to know how to pass this twister test? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Are you trying to run twister locally for testing Zephyr? |
Beta Was this translation helpful? Give feedback.
-
Thanks @josuah , I solved this issue by add secrect on the Github CI enviroment following this tutorial : https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment |
Beta Was this translation helpful? Give feedback.
GITHUB_TOKEN
is an environment variable that should be made on the Github CI environment, rather than on a local computerAre you trying to run twister locally for testing Zephyr?
https://docs.zephyrproject.org/latest/develop/west/zephyr-cmds.html#twister-wrapper-west-twister
https://docs.zephyrproject.org/latest/contribute/guidelines.html#twister