Skip to content

Commit d8b3355

Browse files
authored
Create the Run make generated-files PRs as Serverless-QE robot, to allow triggering workflows (#3520)
1 parent f716ecc commit d8b3355

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
@@ -95,6 +95,7 @@ jobs:
9595
if: github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || ( github.event_name == 'push' && !contains(github.ref_name, 'dependabot/') )
9696
uses: peter-evans/create-pull-request@v7
9797
with:
98+
token: ${{ secrets.SERVERLESS_QE_ROBOT }}
9899
path: ./src/github.com/${{ github.repository }}
99100
branch: auto/update-generated-files-${{ github.ref_name }}
100101
title: "[${{ github.ref_name }}] Run make generated-files"

0 commit comments

Comments
 (0)