Skip to content

Commit bd6a2f6

Browse files
authored
.github: update github workflow (#9)
1 parent 7501504 commit bd6a2f6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/go.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
name: Go
55

6+
permissions:
7+
contents: read
8+
69
on:
710
push:
811
branches: [ "main" ]
@@ -13,9 +16,6 @@ jobs:
1316

1417
build:
1518
runs-on: ubuntu-latest
16-
env:
17-
GOPRIVATE: github.com/sixt
18-
GHAS_ACCESS_TOKEN: ${{ secrets.GHAS_ACCESS_TOKEN }}
1919

2020
steps:
2121
- uses: actions/checkout@v5
@@ -25,8 +25,6 @@ jobs:
2525
with:
2626
go-version: '1.25'
2727

28-
- run: git config --global url.https://[email protected]/.insteadOf https://github.com/
29-
3028
- name: Build
3129
run: go build -v ./...
3230

0 commit comments

Comments
 (0)