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
When using the token generated by actions/create-github-app-token and provided as the token parameter, the action fails with the following error:
Run FantasticFiasco/[email protected]
with:
token: ***
commitTitle: docs(license): update copyright year to {{ currentYear }}
prTitle: docs(license): update copyright year to {{ currentYear }}
labels: documentation
path: LICENSE
branchName: license/copyright-to-{{currentYear}}
commitAuthorName: github-actions
commitAuthorEmail: [email protected]
Working directory: /home/runner/work/firestore_cache/firestore_cache
Current year is "[2](https://github.com/zeshuaro/firestore_cache/actions/runs/12608914191/job/35141891620#step:4:2)025"
Checkout new branch named "license/copyright-to-2025"
Found 1 file(s) matching the path "LICENSE"
Update license in "./LICENSE"
Error: Error pushing changes to new branch: Command failed: git push --set-upstream origin license/copyright-to-202[5](https://github.com/zeshuaro/firestore_cache/actions/runs/12608914191/job/35141891620#step:4:5)
fatal: could not read Username for 'https://github.com': No such device or address
To Reproduce
Use the following workflow with a GitHub app details:
A maintainer will be with you shortly, but first and foremost I would like to thank you for taking the time to report this issue. Quality is of the highest priority for us, and we would never release anything with known defects. We aim to do our best but unfortunately you are here because you encountered something we didn't expect. Lets see if we can figure out what went wrong and provide a remedy for it.
I've added this issue to my list of things to do, but cant unfortunately start working on it right now. In order for this to be efficient, and since the environment to reproduce this is challenging, could you please provide complete instructions on how to setup the environment, please bear in mind that I don't have a GitHub app. A quick glance tells me that the workflow exists in an external repo, would that be a factor in this issue or can this be reproduced in one repository?
You can follow the GitHub docs to create an app of your own. Once you have created the app, you can obtain its app ID and secret which can then be specified to the example workflow I shared above to reproduce the problem in any repository.
Describe the bug
When using the token generated by actions/create-github-app-token and provided as the
token
parameter, the action fails with the following error:To Reproduce
Use the following workflow with a GitHub app details:
Expected behavior
The workflow should work with a GitHub app token
Screenshots
See this example workflow: https://github.com/zeshuaro/firestore_cache/actions/runs/12608914191/job/35141891620
Desktop (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: