(generated by copilot) on my request)
When running the .github/workflows/npm-audit-fix.yml pipeline, the following errors are reported:
- Input 'token' not supplied. Unable to continue (likely due to missing
COMMAND_BOT_PAT secret)
- ENOENT: no such file or directory, open 'package.json'
- The process '/usr/bin/git' failed with exit code 1
Steps to resolve:
- Ensure that the GitHub secret
COMMAND_BOT_PAT is created and available for the workflow, or update the workflow to use a valid token.
- Double-check the branch matrix in the workflow; only include branches that exist and contain
package.json.
- Verify that
package.json is present in the root of each listed branch (main, master, stable30, stable31). If not, update the matrix or add the file accordingly.
- Add conditions to ignore non-existent branches or missing files to prevent jobs from failing unnecessarily.
Repository: IONOS-Productivity/ncw-mailtemplate
Label: bug
This ticket tracks the resolution of all reported workflow issues. Please update with findings or fixes.
(generated by copilot) on my request)
When running the
.github/workflows/npm-audit-fix.ymlpipeline, the following errors are reported:COMMAND_BOT_PATsecret)Steps to resolve:
COMMAND_BOT_PATis created and available for the workflow, or update the workflow to use a valid token.package.json.package.jsonis present in the root of each listed branch (main,master,stable30,stable31). If not, update the matrix or add the file accordingly.Repository: IONOS-Productivity/ncw-mailtemplate
Label: bug
This ticket tracks the resolution of all reported workflow issues. Please update with findings or fixes.