Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 801 Bytes

File metadata and controls

20 lines (17 loc) · 801 Bytes

Forward-Github-Actions-Workflows-logs-to-elasticsearch

Everything should work if you configure your ES cluster and Workflow code right!

- name: Forward Actions workflows logs to Elastic
  uses: zypeaLLas/upload-github-workflow-logs-to-elastic@1.0.0
  with:
    github_token: "${{ secrets.GITHUB }}"
    github_org: "yourOrg/User"
    github_repository: "yourRepo"
    github_run_id: "${{ github.run_id}}"
    elastic_host: "${{ secrets.ELASTIC_HOST }}"
    elastic_username: "${{ secrets.ELASTIC_USERNAME}}"
    elastic_password: "${{ secrets.ELASTIC_PASSWORD}}"
    elastic_index: "ci-cd"

upload_tomd1 upload_tomd2