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

This commit is contained in:
Nelson Chen
2024-01-09 16:46:09 -08:00
committed by GitHub
parent cd1d7eb4d2
commit 4eba5fe68d

View File

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