Skip to content

Commit 56eb31f

Browse files
committed
Test new Github Action
1 parent b43f176 commit 56eb31f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/log_to_splunk.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
- name: Send Workflow logs to Splunk
1313
uses: ykoer/github-workflow-splunk-logger@dev
1414
with:
15+
github_token: ${{ secrets.GITHUB_TOKEN }}
1516
splunk_url: ${{ vars.HEC_URL }}
1617
splunk_token: ${{ secrets.HEC_TOKEN }}
17-
workflow_name: ${{ github.workflow }}
18+
run_id: 13309230902
19+

0 commit comments

Comments
 (0)