-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hello friends,
Wanted to say that this has particular choice here has been causing us some problems when we ask dependabot to bump go dependencies:
Line 66 in c132b6c
| if (inputs.github_actor == "dependabot[bot]") { |
We'd love it if dependanbot could at least log in during a test run, we have to fetch dependencies from the buf registry.
I've worked around this by essentially doing what login would do BUT only if its dependabot, so now I have to have this in my github action yaml:
- name: Buf Registry Login
if: github.actor == 'dependabot[bot]'
run: |
buf registry login some.buf.dev --token-stdin <<< "${{ secrets.BUF_TOKEN }}"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels