fix(ci): allow badge workflow to push updates
test / integration-docker (push) Successful in 16s
test / unit (push) Successful in 1m40s
test / integration-firecracker (push) Successful in 3m11s
test / coverage (push) Successful in 15s
test / publish-infra (push) Successful in 53s

This commit is contained in:
2026-07-21 19:19:43 +00:00
parent ccd987a501
commit ef89ed084f
+3
View File
@@ -14,6 +14,9 @@ on:
jobs:
update-badges:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with: