Skip to content

Commit 26f3e07

Browse files
author
Maurizio Branca
committed
Restore repo-token input in setup-taskfile action
1 parent 1b4bcbe commit 26f3e07

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Go
2626
uses: actions/setup-go@v2
2727
with:
28-
go-version: "1.14"
28+
go-version: "1.15"
2929

3030
- name: Install Dependencies (Linux)
3131
# run: sudo apt-get install ninja-build
@@ -45,18 +45,17 @@ jobs:
4545
uses: arduino/actions/setup-taskfile@master
4646
with:
4747
version: '3.x'
48-
env:
49-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
repo-token: ${{ secrets.GITHUB_TOKEN }}
5049

5150
- name: Check the code is good
5251
run: task check
5352

54-
- name: Build the Agent
55-
run: task build
56-
5753
- name: Run unit tests
5854
run: task test-unit
5955

56+
- name: Build the Agent
57+
run: task build
58+
6059
- name: Upload artifacts
6160
uses: actions/upload-artifact@v2
6261
with:

0 commit comments

Comments
 (0)