Skip to content

Commit

Permalink
Use tibdex action
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Oct 21, 2024
1 parent 8c8f849 commit 15749f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,18 @@ jobs:
echo "$BODY" | envsubst >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: GitHub App token
id: github_app_token
uses: tibdex/[email protected]
with:
app_id: ${{ secrets.KAKAROT_BOT_APP_ID }}
private_key: ${{ secrets.KAKAROT_BOT_APP_PRIVATE_KEY }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
token:
${{ steps.github_app_token.outputs.token || secrets.GITHUB_TOKEN }}
add-paths: ./Cargo.lock
commit-message: ${{ steps.msg.outputs.commit_message }}
title: ${{ env.TITLE }}
Expand Down

0 comments on commit 15749f5

Please sign in to comment.