Skip to content

Commit

Permalink
Merge pull request #7 from spinkube/private-token
Browse files Browse the repository at this point in the history
remove private repo access
  • Loading branch information
bacongobbler committed Feb 2, 2024
2 parents 34bd8ce + 030df80 commit fd646e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
with:
go-version: "1.21"

- name: Setup Private Git Repo Access
run: |
echo "machine github.com login fermybot password ${GH_ACCESS_TOKEN}" > $HOME/.netrc
env:
GH_ACCESS_TOKEN: ${{ secrets.ACTIONS_PRIVATE_REPO_CHECKOUT_TOKEN }}

- name: Install dependencies
run: go mod download

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
with:
go-version: "1.21"

- name: Setup Private Git Repo Access
run: |
echo "machine github.com login fermybot password ${GH_ACCESS_TOKEN}" > $HOME/.netrc
env:
GH_ACCESS_TOKEN: ${{ secrets.ACTIONS_PRIVATE_REPO_CHECKOUT_TOKEN }}

- name: Build
run: go build -o spin-plugin-k8s main.go

Expand Down

0 comments on commit fd646e0

Please sign in to comment.