Skip to content

Commit

Permalink
Try using default token (#2192)
Browse files Browse the repository at this point in the history
Provided token was not able to push a new branch to
elasticsearch-serverless-js
  • Loading branch information
JoshMock authored Mar 27, 2024
1 parent f3d9dfb commit ec9a4dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/serverless-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
run: $GITHUB_WORKSPACE/stack/.github/workflows/serverless-patch.sh
- uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: serverless
title: 'Apply patch from elastic/elasticsearch-js#${{ github.event.pull_request.number }}'
commit-message: 'Apply patch from elastic/elasticsearch-js#${{ github.event.pull_request.number }}'
Expand Down

0 comments on commit ec9a4dc

Please sign in to comment.