Skip to content

Commit ee5eee6

Browse files
Remove authentication step
1 parent d6cc68e commit ee5eee6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
env:
99
GO_VERSION: "1.25.1"
1010
PROJECT_NAME: "arduino-flasher-cli"
11-
GITHUB_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}
12-
GITHUB_USERNAME: ArduinoBot
1311
DIST_DIR: build
1412

1513
jobs:
@@ -60,10 +58,6 @@ jobs:
6058
version: "3.x"
6159
repo-token: ${{ secrets.GITHUB_TOKEN }}
6260

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-
6761
- name: Build Binary
6862
run: |
6963
task arduino-flasher-cli:build

0 commit comments

Comments
 (0)