Skip to content

Commit 4bfd036

Browse files
committed
Test fix
1 parent 663b737 commit 4bfd036

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ jobs:
1616
uses: 'openvoxproject/shared-actions/.github/workflows/build_vanagon.yml@main'
1717
with:
1818
ref: ${{ inputs.ref }}
19-
project_name: ${{ inputs.project_name }}
19+
project_name: ${{ inputs.project_name }}
20+
endpoint_url: ${{ secrets.S3_ENDPOINT_URL }}
21+
bucket_name: ${{ secrets.S3_ARTIFACTS_BUCKET_NAME }}
22+
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
23+
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)