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

Continuing on from https://github.com/commaai/openpilot/pull/30947
old-commit-hash: 221f81bbd3736dc764c2d57e93eedca3eb3db80d
This commit is contained in:
Nelson Chen
2024-01-09 11:35:14 -08:00
committed by GitHub
parent 79e22e7ae4
commit 42c950010d
+2
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' }}