Skip to content

Commit

Permalink
change to jackgopack4 repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 committed Jul 22, 2024
1 parent a211cc8 commit 38f0d96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

# Releasing opentelemetry-collector
prepare-release:
needs:
needs:
- validate-versions
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -91,8 +91,8 @@ jobs:
# - Run make prepare-release PREVIOUS_VERSION=0.52.0 RELEASE_CANDIDATE=0.53.0 MODSET=beta
- name: Prepare release for core
env:
GITHUB_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
REPO: open-telemetry/opentelemetry-collector
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: jackgopack4/opentelemetry-collector
CANDIDATE_BETA: ${{ inputs.candidate-beta }}
CANDIDATE_STABLE: ${{ inputs.candidate-stable }}
CURRENT_BETA: ${{ inputs.current-beta }}
Expand All @@ -108,5 +108,5 @@ jobs:
CANDIDATE_STABLE: ${{ inputs.candidate-stable }}
CURRENT_BETA: ${{ inputs.current-beta }}
CURRENT_STABLE: ${{ inputs.current-stable }}
REPO: open-telemetry/opentelemetry-collector
REPO: jackgopack4/opentelemetry-collector
run: ./.github/workflows/scripts/release-create-tracking-issue.sh
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ multimod-prerelease: $(MULTIMOD)
$(MAKE) gotidy

COMMIT?=HEAD
REMOTE?[email protected]:open-telemetry/opentelemetry-collector.git
REMOTE?[email protected]:jackgopack4/opentelemetry-collector.git
.PHONY: push-tags
push-tags: $(MULTIMOD)
$(MULTIMOD) verify
Expand Down

0 comments on commit 38f0d96

Please sign in to comment.