diff --git a/.github/workflows/build_one_target.yml b/.github/workflows/build_one_target.yml index 15b3fdba9c..b624ece55b 100644 --- a/.github/workflows/build_one_target.yml +++ b/.github/workflows/build_one_target.yml @@ -25,7 +25,22 @@ on: # default: true # description: 'Find the available targets' -permissions: read-all +permissions: + actions: read + attestations: read + checks: write + contents: write + deployments: read + id-token: write + issues: read + models: read + discussions: read + packages: write + pages: read + pull-requests: read + security-events: read + statuses: read + repository-projects: read jobs: find-targets: @@ -60,7 +75,7 @@ jobs: echo "Arch: ${{matrix.arch}}" >> $GITHUB_STEP_SUMMARY echo "Ref: $GITHUB_REF" >> $GITHUB_STEP_SUMMARY echo "Targets:" >> $GITHUB_STEP_SUMMARY - echo $TARGETS >> $GITHUB_STEP_SUMMARY + echo $TARGETS | jq -r '.[] | "- " + .board' >> $GITHUB_STEP_SUMMARY version: if: ${{ inputs.target != '' }}