Skip to content

Commit

Permalink
fix kds workflow failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sbose2k21 committed Dec 17, 2024
1 parent 956a89a commit 0b319cd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/kinesis-source-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ on:

workflow_dispatch:

# permission can be added at job level or workflow level
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout

jobs:
build:
strategy:
Expand All @@ -27,15 +32,13 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: configure aws credentials
id: creds
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.TEST_IAM_ROLE_ARN }}
aws-region: ${{ secrets.TEST_REGION }}
output-credentials: true

- name: get caller identity 1
run: |
aws sts get-caller-identity
Expand Down

0 comments on commit 0b319cd

Please sign in to comment.