Skip to content

Commit 95b6262

Browse files
Create the Run make generated-files PRs as Serverless-QE robot, to allow triggering workflows (#3539)
Co-authored-by: Christoph Stäbler <[email protected]>
1 parent 1e718d4 commit 95b6262

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
if: github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || ( github.event_name == 'push' && !contains(github.ref_name, 'dependabot/') )
9595
uses: peter-evans/create-pull-request@v7
9696
with:
97+
token: ${{ secrets.SERVERLESS_QE_ROBOT }}
9798
path: ./src/github.com/${{ github.repository }}
9899
branch: auto/update-generated-files-${{ github.ref_name }}
99100
title: "[${{ github.ref_name }}] Run make generated-files"

0 commit comments

Comments
 (0)