Skip to content

Commit c03f387

Browse files
chore(workflows): remove unused remote
1 parent 66ccfd7 commit c03f387

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
run: |
2727
git config user.name github-actions[bot]
2828
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
29-
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/googleapis/release-please-action.git"
3029
3130
# Delete old major and minor tag
3231
git tag -d v${{ steps.release.outputs.major }} || true

0 commit comments

Comments
 (0)