Skip to content

Commit 0ef862f

Browse files
authored
build: fix release-please flow (#58)
1 parent 437d4c6 commit 0ef862f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: Release Please
5050
uses: googleapis/release-please-action@v4
5151
with:
52-
token: ${{ secrets.GITHUB_TOKEN }}
52+
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
5353
config-file: release-please-config.json
5454
manifest-file: .release-please-manifest.json
5555
release-type: node

0 commit comments

Comments
 (0)