Skip to content

Commit

Permalink
chore: update actions to auto trigger check in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejohnson7 committed Oct 22, 2023
1 parent 115abf8 commit 9a895fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,17 @@ jobs:
cd ${{ github.workspace }}/core/src/main/golang/native/
go mod tidy
- uses: tibdex/github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.MAINTAINER_APPID }}
private_key: ${{ secrets.MAINTAINER_APP_PRIVATE_KEY }}

- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v5
with:
token: ${{ steps.generate-token.outputs.token }}
commit-message: Update Dependencies
branch: update-dependencies
delete-branch: true
Expand Down

0 comments on commit 9a895fe

Please sign in to comment.