Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-aptos committed Dec 6, 2024
1 parent af1b7fd commit 3a0b4aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/update-proto-dependency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ jobs:
git add Cargo.toml
git commit -m "Update aptos-protos to ${{ github.event.client_payload.commit_hash }}"
git push origin "$branch_name" --force
env:
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}
working-directory: aptos-indexer-processors-sdk/
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Update aptos-protos to ${{ github.event.client_payload.commit_hash }}"
branch: ${{ github.event.client_payload.branch_name }}-update-aptos-protos
title: "Update aptos-protos to ${{ github.event.client_payload.commit_hash }}"
body: "This PR updates aptos-protos to commit ${{ github.event.client_payload.commit_hash }}."
base: main

0 comments on commit 3a0b4aa

Please sign in to comment.