Skip to content

Commit 29fc836

Browse files
authored
fix: release-please tweak (#300)
1 parent 58fe2f3 commit 29fc836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
git config user.name github-actions[bot]
4141
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
42-
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/googleapis/release-please-action.git"
42+
git remote add gh-token "https://${{ steps.generate_token.outputs.token }}@github.com/googleapis/release-please-action.git"
4343
git tag -d v${{ steps.release.outputs.major }} || true
4444
git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true
4545
git push origin :v${{ steps.release.outputs.major }} || true

0 commit comments

Comments
 (0)