Skip to content

Commit

Permalink
remove private git ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRooney committed Mar 11, 2024
1 parent 4d076c8 commit 5ad6136
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
packages: write

steps:
- name: Configure git for private modules
env:
GIT_AUTH_TOKEN: ${{ secrets.BOT_REPO_TOKEN }}
run: git config --global url."https://speakeasybot:${GIT_AUTH_TOKEN}@github.com".insteadOf "https://github.com"
- name: Checkout repository
uses: actions/checkout@v3
- name: Log in to the Container registry
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
- reopened
- synchronize
- ready_for_review
env:
GOPRIVATE: "github.com/speakeasy-api"
jobs:
build:
name: Build
Expand All @@ -22,10 +20,6 @@ jobs:
id-token: "write"
actions: "read"
steps:
- name: Configure git for private modules
env:
GIT_AUTH_TOKEN: ${{ secrets.BOT_REPO_TOKEN }}
run: git config --global url."https://speakeasybot:${GIT_AUTH_TOKEN}@github.com".insteadOf "https://github.com"
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 5ad6136

Please sign in to comment.