Add permissions to build_masterci in release workflow so it can push master-ci (#30949)

pull/30951/head
Nelson Chen 1 year ago committed by GitHub
parent cd1d7eb4d2
commit 4eba5fe68d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/release.yaml

@ -16,6 +16,7 @@ jobs:
if: github.repository == 'commaai/openpilot'
permissions:
checks: read
contents: write
steps:
- name: Install wait-on-check-action dependencies
run: |

Loading…
Cancel
Save