We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9a4dc commit 1ef318aCopy full SHA for 1ef318a
.github/workflows/serverless-patch.yml
@@ -42,6 +42,7 @@ jobs:
42
run: $GITHUB_WORKSPACE/stack/.github/workflows/serverless-patch.sh
43
- uses: peter-evans/create-pull-request@v6
44
with:
45
+ token: ${{ secrets.GH_TOKEN }}
46
path: serverless
47
title: 'Apply patch from elastic/elasticsearch-js#${{ github.event.pull_request.number }}'
48
commit-message: 'Apply patch from elastic/elasticsearch-js#${{ github.event.pull_request.number }}'
0 commit comments