Skip to content

Commit

Permalink
more setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jackietung-redpanda committed Aug 30, 2024
1 parent 7575831 commit 3c8f4ba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release_rpk_connect_plugin_dry_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
runs-on: ubuntu-latest-32
steps:

- uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ${{ vars.RP_AWS_CRED_REGION }}
role-to-assume: arn:aws:iam::${{ secrets.RP_AWS_CRED_ACCOUNT_ID }}:role/${{ vars.RP_AWS_CRED_BASE_ROLE_NAME }}${{ github.event.repository.name }}

- uses: aws-actions/aws-secretsmanager-get-secrets@v2
with:
secret-ids: |
Expand Down Expand Up @@ -40,8 +45,6 @@ jobs:
version: 1.26.2
args: build --timeout 120m



- name: Upload binaries as rpk managed plugin
uses: ./.github/actions/upload_managed_plugin
with:
Expand Down

0 comments on commit 3c8f4ba

Please sign in to comment.