Skip to content

Commit 1b4bcbe

Browse files
author
Maurizio Branca
committed
Add GITHUB_TOKEN
1 parent 3dd921f commit 1b4bcbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
uses: arduino/actions/setup-taskfile@master
4646
with:
4747
version: '3.x'
48+
env:
49+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4850

4951
- name: Check the code is good
5052
run: task check

0 commit comments

Comments
 (0)