Skip to content

workflows: update job permissions for test reporting #7

workflows: update job permissions for test reporting

workflows: update job permissions for test reporting #7

Workflow file for this run

name: Build on push
on:
push:
branches:
- main
permissions:
checks: write
pull-requests: write
contents: read
packages: read
jobs:
build:
uses: ./.github/workflows/build-yocto.yml
test:
uses: ./.github/workflows/test.yml
needs: build
secrets: inherit
with:
url: ${{ needs.build.outputs.artifacts_url }}