-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-actions: release-tests: properly configure GH token for sudo #16350
gh-actions: release-tests: properly configure GH token for sudo #16350
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK.
For reference: it works: RIOT-OS/Release-Specs#213 (comment) |
To make sure the IoT-LAB creds tests are also still commented, I unset 4.3 in RIOT-OS/Release-Specs#213 OP |
Does work: RIOT-OS/Release-Specs#213 (comment) |
Then let's go! |
Backport provided in #16356 |
Contribution description
Another follow-up on #15637.
pytest
reads the token from theHOME
directory, which withsudo
isroot
, so there is none (since it is in the login user'sHOME
), so it can't comment in the tracking issue forsudo
the tasks.Testing procedure
I started a run in https://github.com/miri64/RIOT/actions/runs/766574330. Murdock should comment from there.
Issues/PRs references
Follow-up on #15637