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

Continuing on from https://github.com/commaai/openpilot/pull/30947
old-commit-hash: 221f81bbd3
chrysler-long2
Nelson Chen 1 year ago committed by GitHub
parent 79e22e7ae4
commit 42c950010d
  1. 2
      .github/workflows/prebuilt.yaml

@ -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' }}

Loading…
Cancel
Save