diff --git a/.github/workflows/build-api.yml b/.github/workflows/build-api.yml index 99032fa0e..941131ddb 100644 --- a/.github/workflows/build-api.yml +++ b/.github/workflows/build-api.yml @@ -8,13 +8,14 @@ on: branches: - main workflow_dispatch: - hub-url: - description: The base URL of the Meltano Hub site - required: true - default: 'https://hub.meltano.com' - api-url: - description: The base URL of the Hub API - required: true + inputs: + hub-url: + description: The base URL of the Meltano Hub site + required: true + default: 'https://hub.meltano.com' + api-url: + description: The base URL of the Hub API + required: true jobs: build: @@ -83,7 +84,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4.0.1 + uses: aws-actions/configure-aws-credentials@v4.0.2 with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: us-west-2 diff --git a/.github/workflows/metadata-extract.yml b/.github/workflows/metadata-extract.yml index 24526e123..1bbc33959 100644 --- a/.github/workflows/metadata-extract.yml +++ b/.github/workflows/metadata-extract.yml @@ -74,7 +74,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4.0.1 + uses: aws-actions/configure-aws-credentials@v4.0.2 with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: us-west-2 @@ -132,7 +132,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4.0.1 + uses: aws-actions/configure-aws-credentials@v4.0.2 with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: us-west-2 @@ -211,7 +211,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4.0.1 + uses: aws-actions/configure-aws-credentials@v4.0.2 with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: us-west-2 diff --git a/.github/workflows/metadata-refresh.yml b/.github/workflows/metadata-refresh.yml index 21866ee11..853ee20a3 100644 --- a/.github/workflows/metadata-refresh.yml +++ b/.github/workflows/metadata-refresh.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4.0.1 + uses: aws-actions/configure-aws-credentials@v4.0.2 with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: us-west-2