File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 - name : build
2727 run : go tool task build # needed to download the embedded resources
2828 env :
29- GH_TOKEN : ${{ secrets.ARDUINOBOT_TOKEN }}
29+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3030
3131 - uses : dprint/check@v2.2
3232 with :
Original file line number Diff line number Diff line change 2121 - name : Run tests
2222 run : go tool task test
2323 env :
24- GH_TOKEN : ${{ secrets.ARDUINOBOT_TOKEN }}
24+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 6565 env :
6666 GOARCH : ${{ matrix.arch }}
6767 GOOS : ${{ matrix.os }}
68- GH_TOKEN : ${{ secrets.ARDUINOBOT_TOKEN }}
68+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6969
7070 - name : Prepare Build Artifacts (!windows)
7171 working-directory : ./${{ env.DIST_DIR }}
You can’t perform that action at this time.
0 commit comments