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

dependabot doesn't run CI #33

Closed
obbardc opened this issue Jul 1, 2024 · 1 comment
Closed

dependabot doesn't run CI #33

obbardc opened this issue Jul 1, 2024 · 1 comment

Comments

@obbardc
Copy link
Member

obbardc commented Jul 1, 2024

e.g #32

I think this is caused by the job permissions:

jobs:
  build-containers:
    permissions:
      contents: read
      packages: write

perhaps we should split the build & push into separate jobs OR simply build the containers always but only push if the packages permission is there ?

@obbardc
Copy link
Member Author

obbardc commented Jul 1, 2024

Ok, it wasn't caused by job permissions but instead was caused by the workflow not being alive #34 ...

@obbardc obbardc closed this as completed Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant