We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ddf836 commit b5b2ed3Copy full SHA for b5b2ed3
1 file changed
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
uses: googleapis/release-please-action@v4.2.0
69
id: release
70
with:
71
- token: ${{ secrets.GH_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
72
config-file: .github/release-please-config.json
73
manifest-file: .release-please-manifest.json
74
0 commit comments