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
Hi, is this action comptabile with GitHub Enterprise? When I try to use it, I receive the following error:
ℹ info Creating tree
Error: Bad credentials
✖ fatal HttpError: Bad credentials
at /mnt/data/actions-runner/_work/_actions/internal-marketplace/build-and-tag-action/v2/dist/index.js:4476:23
at processTicksAndRejections (internal/process/task_queues.js:[9](https://code.rbi.tech/raiffeisen/wzhgaho-merlin-gha-helper/runs/307969?check_suite_focus=true#step:5:10)7:5)
at async Object.createCommit [as default] (/mnt/data/actions-runner/_work/_actions/internal-marketplace/build-and-tag-action/v2/dist/index.js:17383:18)
at async buildAndTagAction (/mnt/data/actions-runner/_work/_actions/internal-marketplace/build-and-tag-action/v2/dist/index.js:17492:20)
After adding NODE_DEBUG: http environment variable to my workflow, I can clearly see that the action is talking to api.github.com and not to my GHES instance. I tried to set GITHUB_API_URL as this commit suggests, but did not helped.
Can you please add GHES support @JasonEtco ?
Hi, is this action comptabile with GitHub Enterprise? When I try to use it, I receive the following error:
My configuration:
I'm pretty sure I hand over correctly the token. The issue is somewhere here, with the createTree API.
https://github.com/JasonEtco/build-and-tag-action/blob/main/src/lib/create-commit.ts#L11
Should this action work with GHES 3.6?
Thank you.
The text was updated successfully, but these errors were encountered: