-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update aptos-protos to upstream branch 01-10-test_the_release (#91)
* Update aptos-protos to 33540e35bd9a83e79c8ffff737ca119e7ec9f7da * update the dependencies. * fix. * fix. * fix. --------- Co-authored-by: Aptos Bot <[email protected]> Co-authored-by: Larry Liu <[email protected]>
- Loading branch information
1 parent
604787e
commit a56b641
Showing
8 changed files
with
58 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,10 @@ name: Update Processor SDK Version | |
# Reason: if SDK version is not updated, no change will be picked up by processors. | ||
- aptos-indexer-processors-sdk/Cargo.toml | ||
|
||
permissions: | ||
contents: read | ||
id-token: write | ||
|
||
jobs: | ||
update-processor-sdk-version: | ||
runs-on: ubuntu-latest | ||
|
@@ -19,8 +23,21 @@ jobs: | |
contains(github.event.pull_request.labels.*.name, 'indexer-sdk-update') | ||
) | ||
steps: | ||
- id: auth | ||
uses: "google-github-actions/auth@v2" | ||
with: | ||
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }} | ||
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT_EMAIL }} | ||
- name: Get Secret Manager Secrets | ||
id: secrets | ||
uses: 'google-github-actions/get-secretmanager-secrets@v2' | ||
with: | ||
secrets: |- | ||
token:aptos-ci/github-actions-repository-dispatch | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
with: | ||
token: ${{ steps.secrets.outputs.token }} | ||
- name: Capture the commit hash | ||
id: commit_hash | ||
run: | | ||
|
@@ -41,7 +58,7 @@ jobs: | |
- name: Dispatch Event to processors Repo | ||
uses: peter-evans/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
token: ${{ steps.secrets.outputs.token }} | ||
repository: 'aptos-labs/aptos-indexer-processors' | ||
event-type: 'sdk-dependency-update' | ||
client-payload: '{"commit_hash": "${{ github.sha }}", "branch_name": "${{ steps.commit_hash.outputs.branch_name }}", "aptos_protos_commit_hash": ${{ steps.aptos_protos_commit_hash.outputs.aptos_protos_commit_hash }}}' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters