Skip to content

Commit

Permalink
[ci] get rid of custom gh token for private repo access
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Apr 4, 2024
1 parent 3b23560 commit 959fc46
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ jobs:
go-version: stable
cache: true

- name: Setup git for private Go modules
env:
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
run: git config --global url.https://[email protected]/.insteadOf https://github.com/

- name: Build all
run: |
make build
Expand Down Expand Up @@ -178,11 +173,6 @@ jobs:
go-version: stable
cache: true

- name: Setup git for private Go modules
env:
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
run: git config --global url.https://[email protected]/.insteadOf https://github.com/

- name: Build hhfab
run: |
make hhfab
Expand Down Expand Up @@ -251,11 +241,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Setup git for private Go modules
env:
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
run: git config --global url.https://[email protected]/.insteadOf https://github.com/

- name: Publish Images, Helm charts and Bins on release
run: |
OCI_REPO=ghcr.io/githedgehog/fabricator make push
Expand Down

0 comments on commit 959fc46

Please sign in to comment.