Skip to content

Commit 5e023e7

Browse files
authored
Clean GA (#28)
clean CI/CD
1 parent ce6f25e commit 5e023e7

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
uses: actions/setup-go@v2
1818
with:
1919
go-version: 1.16.x
20-
- name: Configure github for private modules
21-
shell: bash
22-
env:
23-
TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
24-
run: git config --global url."https://error2215:${TOKEN}@github.com/core-coin/go-core".insteadOf "https://github.com/core-coin/go-core"
2520
- name: Build for Mac and Linux
2621
if: matrix.platform.path == 'linux-x86_64' || matrix.platform.path == 'darwin-x86_64'
2722
run: |
@@ -44,11 +39,7 @@ jobs:
4439
- name: Build for Windows
4540
if: ${{ matrix.platform.path == 'windows-x86_64' }}
4641
shell: msys2 {0}
47-
env:
48-
TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
49-
run: |
50-
git config --global url."https://error2215:${TOKEN}@github.com/core-coin/go-core".insteadOf "https://github.com/core-coin/go-core"
51-
go build -o bin/wallet-generator.exe -buildmode=exe main.go templates.go
42+
run: go build -o bin/wallet-generator.exe -buildmode=exe main.go templates.go
5243
- name: Upload
5344
uses: actions/upload-artifact@v2
5445
with:

0 commit comments

Comments
 (0)