Gitlab access token for tools.cdt expired?
Summary
I am getting 401 errors from GitHub actions for dash license when trying to automatically create issues.
For example:
Error: Failed to execute goal org.eclipse.dash:license-tool-plugin:1.1.1-SNAPSHOT:license-check (default-cli) on project org.eclipse.cdt.lsp.root: Execution default-cli of goal org.eclipse.dash:license-tool-plugin:1.1.1-SNAPSHOT:license-check failed: org.gitlab4j.api.GitLabApiException: 401 Unauthorized -> [Help 1]
That came from this GHA run: https://github.com/eclipse-cdt/cdt-lsp/actions/runs/8000156547/job/21849117292
I assume the problem is the token, which IIUC is managed by EF. The token is referenced here:
https://github.com/eclipse-cdt/cdt-lsp/actions/runs/8000156547/workflow#L21
(but https://github.com/eclipse-cdt/cdt is likely to have the same problem)
Steps to reproduce
Run /request-license-review
on a PR, such as https://github.com/eclipse-cdt/cdt-lsp/pull/271
What is the current bug behavior?
Getting 401 error
What is the expected correct behavior?
Automatically create the iplab ticket
Relevant logs and/or screenshots
As above
Priority
- Urgent
- High
- Medium
- Low
Severity
- Blocker
- Major
- Normal
- Low
Impact
Not quite sure the impact, we don't have a release for a couple of weeks scheduled, so we can merge with the license failure temporarily if needed.