We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c6b6c commit 41af81cCopy full SHA for 41af81c
1 file changed
.github/workflows/cd.yml
@@ -191,6 +191,7 @@ jobs:
191
id: release
192
uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1
193
with:
194
+ token: ${{ secrets.WORKFLOW_SECRET || secrets.GITHUB_TOKEN }}
195
release-type: simple
196
config-file: .release-please-config.json
197
target-branch: ${{ github.ref_name }}
0 commit comments