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

Continuing on from https://github.com/commaai/openpilot/pull/30947
pull/30949/head
Nelson Chen 1 year ago committed by GitHub
parent 2a074eefac
commit 221f81bbd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/prebuilt.yaml

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

Loading…
Cancel
Save