Skip to content
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

Address dependabot PRs #7

Closed
jpribyl opened this issue Nov 12, 2022 · 2 comments
Closed

Address dependabot PRs #7

jpribyl opened this issue Nov 12, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@jpribyl
Copy link
Owner

jpribyl commented Nov 12, 2022

Not a bug exactly, but if anyone wants to look into the failing builds for dependabot updates and figure out what we need to do in order to update those deps, I would love some help!

@jpribyl jpribyl added the bug Something isn't working label Nov 12, 2022
@mendhak
Copy link
Collaborator

mendhak commented Nov 12, 2022

From what I can see, this step is failing from the release.yml

- uses: jpribyl/push-prebuilt-action@v0.2.3
with:
commit-message: ${{ steps.info.outputs.commit_message }}
push-branch: '{branch}-release'

The github-actions bot is trying to create a new branch in this repo and it doesn't have permissions? Is there a way to grant it permission to this repo?

It's not clear to me why this bot needs to create a new release branch, because I'm not familiar with this 'push-prebuilt-action` action.

The error is

remote: Permission to jpribyl/action-docker-layer-caching.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/jpribyl/action-docker-layer-caching/': The requested URL returned error: 403
Error: The process '/usr/bin/git' failed with exit code 128

@jpribyl
Copy link
Owner Author

jpribyl commented Dec 2, 2022

Done in #12

@jpribyl jpribyl closed this as completed Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants