Skip to content

Commit b46b0bb

Browse files
authored
fix: remove unused remote setup that was using GitHub token in version tag update (#51)
1 parent 29eac74 commit b46b0bb

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
@@ -25,7 +25,6 @@ jobs:
2525
run: |
2626
git config user.name github-actions[bot]
2727
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
28-
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/googleapis/release-please-action.git"
2928
git tag -d v${{ steps.release.outputs.major }} || true
3029
git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true
3130
git push origin :v${{ steps.release.outputs.major }} || true

0 commit comments

Comments
 (0)