Skip to content

Commit 5b0194b

Browse files
authored
Add GH_TOKEN environment variable for fetch tinyuf2 step
1 parent 0949610 commit 5b0194b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ jobs:
154154
echo EOF
155155
} >> "$GITHUB_OUTPUT"
156156
- name: fetch tinyuf2 combined.bin
157+
env:
158+
GH_TOKEN: ${{ github.token }}
157159
run: |
158160
BOARD_NAME="${{fromJson(steps.get_board_json.outputs.boardJson).bootloaderBoardName}}"
159161
set +e

0 commit comments

Comments
 (0)