Skip to content

Commit

Permalink
use a repo-scoped personal access token (#2193)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock authored Mar 27, 2024
1 parent ec9a4dc commit 1ef318a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/serverless-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: $GITHUB_WORKSPACE/stack/.github/workflows/serverless-patch.sh
- uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GH_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 1ef318a

Please sign in to comment.