diff --git a/.github/workflows/upload_impacted_targets.yaml b/.github/workflows/upload_impacted_targets.yaml index b5807c3..a532de3 100644 --- a/.github/workflows/upload_impacted_targets.yaml +++ b/.github/workflows/upload_impacted_targets.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Compute Impacted Targets - uses: trunk-io/merge-action@2a9433fae028ffe38ce139390e23dc2fd4a39e7a + uses: trunk-io/merge-action@4a453c44d74173e20e3b079bd02d8bc966c6bb5f with: ### Use your repositories API token to authenticate impacted targets uploads. trunk-token: ${{ secrets.TRUNK_REPO_API_TOKEN }} diff --git a/src/scripts/compute_impacted_targets.sh b/src/scripts/compute_impacted_targets.sh index 92a4efd..535fa22 100755 --- a/src/scripts/compute_impacted_targets.sh +++ b/src/scripts/compute_impacted_targets.sh @@ -3,7 +3,7 @@ set -euo pipefail shopt -s expand_aliases -git clone git@github.com:trunk-io/merge-action.git +git clone https://github.com/trunk-io/merge-action.git if [[ (-z ${MERGE_INSTANCE_BRANCH}) || (-z ${PR_BRANCH}) ]]; then echo "Missing branch"