We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16279ba commit 3c7f120Copy full SHA for 3c7f120
.github/workflows/release-check.yaml
@@ -23,6 +23,6 @@ jobs:
23
- uses: googleapis/release-please-action@v4
24
id: release-please
25
with:
26
- token: ${{ secrets.AGNTCY_BUILD_BOT_GH_TOKEN }}
+ token: ${{ secrets.AGNTCY_BUILD_BOT_CI_TOKEN }}
27
config-file: .github/release-config.json
28
manifest-file: .github/release-manifest.json
0 commit comments