Skip to content

Commit 3c7f120

Browse files
authored
fix(ci): use correct secret name for release-please token (#116)
* chore: bump package version to 0.5.2 * fix(ci): use correct secret name for release-please token
1 parent 16279ba commit 3c7f120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- uses: googleapis/release-please-action@v4
2424
id: release-please
2525
with:
26-
token: ${{ secrets.AGNTCY_BUILD_BOT_GH_TOKEN }}
26+
token: ${{ secrets.AGNTCY_BUILD_BOT_CI_TOKEN }}
2727
config-file: .github/release-config.json
2828
manifest-file: .github/release-manifest.json

0 commit comments

Comments
 (0)