mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-27 06:54:37 +00:00
Merge e3d45fad65 into 07d354fa02
This commit is contained in:
commit
e26111c421
19
.github/workflows/build_one_target.yml
vendored
19
.github/workflows/build_one_target.yml
vendored
@ -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 != '' }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user