Skip to content

Commit 886fe46

Browse files
committed
ci(chore): update job source name
1 parent 1913ba2 commit 886fe46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ jobs:
1414
release-please:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: google-github-actions/release-please-action@v4
17+
- uses: googleapis/release-please-action@v4
1818
id: release
1919
with:
2020
manifest-file: .github/.release-please-manifest.json
2121
config-file: .github/release-please-config.json
22+
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
2223

2324
- if: ${{ steps.release.outputs.release_created }}
2425
uses: actions/checkout@v4

0 commit comments

Comments
 (0)