Add more permissions for pushing in prebuilt workflow (#30948)

Continuing on from https://github.com/commaai/openpilot/pull/30947
This commit is contained in:
Nelson Chen
2024-01-09 11:35:14 -08:00
committed by GitHub
parent 2a074eefac
commit 221f81bbd3

View File

@@ -17,6 +17,8 @@ jobs:
PUSH_IMAGE: true
permissions:
checks: read
contents: read
packages: write
steps:
- name: Wait for green check mark
if: ${{ github.event_name != 'workflow_dispatch' }}