Skip to content

Commit 03c20fa

Browse files
authored
Fix CLA issues in workflows (#6108)
Per [b/353295303](https://b.corp.google.com/issues/353295303), This updates our `post_release_cleanup` workflow to use the `google-oss-bot` as the signee. This should allow the workflow to pass CLA, as `github-actions` is not supported. Note that while `create_release` _does_ create a PR that could take advantage of this, we've chosen to keep it in a state where the CLA fails; such that the PR is not accidentally merged (as _that_ PR should _not_ be merged).
1 parent 050cc89 commit 03c20fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/post_release_cleanup.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Create Pull Request
2929
uses: peter-evans/create-pull-request@v4
3030
with:
31+
token: ${{ secrets.GOOGLE_OSS_BOT_TOKEN }}
32+
committer: google-oss-bot <[email protected]>
33+
assignees: ${{ github.actor }}
3134
base: 'main'
3235
branch: 'releases/${{ inputs.name }}.mergeback'
3336
add-paths: |

0 commit comments

Comments
 (0)