Skip to content

Commit 8fb0130

Browse files
authored
Set GITHUB_TOKEN environment variable (#271)
1 parent b12ad47 commit 8fb0130

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-firmware-images.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: Build firmware images
33

4+
env:
5+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6+
47
on:
58
push:
69
paths:

0 commit comments

Comments
 (0)