Skip to content

Commit

Permalink
Update kinesis-source-integration-tests.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Souvik Bose <[email protected]>
  • Loading branch information
sb2k16 authored Dec 17, 2024
1 parent 956a89a commit 3c79af5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .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 Down Expand Up @@ -79,4 +84,4 @@ jobs:
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
with:
files: "test-results/**/*.xml"
files: "test-results/**/*.xml"

0 comments on commit 3c79af5

Please sign in to comment.