We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cc68e commit ee5eee6Copy full SHA for ee5eee6
.github/workflows/release.yml
@@ -8,8 +8,6 @@ on:
8
env:
9
GO_VERSION: "1.25.1"
10
PROJECT_NAME: "arduino-flasher-cli"
11
- GITHUB_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}
12
- GITHUB_USERNAME: ArduinoBot
13
DIST_DIR: build
14
15
jobs:
@@ -60,10 +58,6 @@ jobs:
60
58
version: "3.x"
61
59
repo-token: ${{ secrets.GITHUB_TOKEN }}
62
63
- - name: Configure Git for private repo cloning
64
- run: |
65
- git config --global url."https://${{ env.GITHUB_USERNAME }}:${{ env.GITHUB_TOKEN }}@github.com".insteadOf "https://github.com"
66
-
67
- name: Build Binary
68
run: |
69
task arduino-flasher-cli:build
0 commit comments