Skip to content

Commit

Permalink
Merge branch 'tomas/trigger-test-sync-4' (#2538)
Browse files Browse the repository at this point in the history
* tomas/trigger-test-sync-4:
  gh/action/triggerable_sync: allow to pass in the binaries name
  • Loading branch information
tzemanovic committed Feb 6, 2024
2 parents 47aa3b1 + be14a33 commit c0ac8cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/triggerable_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
description: 'Branch name'
required: true
type: string
binaries_name:
description: 'Binaries file name without extension (e.g. for branch with open PR #2535, the binaries name is `binaries-2535`)'
required: true
type: string
chain_id:
description: 'Chain ID'
required: true
Expand Down Expand Up @@ -89,7 +93,7 @@ jobs:
BUCKET_NAME: namada-binaries
AWS_REGION: us-east-1
S3_ENDPOINT_URL: https://minio.heliax.click
ZIP_FILENAME: "binaries-${{ env.COMMIT_SHA }}.zip"
ZIP_FILENAME: "${{ inputs.binaries_name }}.zip"
AWS_ACCESS_KEY_ID: ${{ secrets.MINIO_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.MINIO_SECRET_KEY }}
- name: Run the test
Expand Down

0 comments on commit c0ac8cb

Please sign in to comment.