Skip to content

Commit

Permalink
Update issue statistics workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd committed Apr 25, 2024
1 parent ab81a50 commit 63f61a3
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/issues_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@ concurrency:

jobs:
issue:
name: 'Ingest'
uses: elastic/clients-team-automations/.github/workflows/issues_stats.yml@main
with:
issue_payload: ${{ toJSON(github.event.issue) }}
secrets:
ES_CLOUD_ID: ${{ vars.ES_CLOUD_ID }}
ES_API_KEY: ${{ secrets.ES_API_KEY }}
name: Ingest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Ingest Issue
uses: elastic/clients-team-automations/issues_stats@main
with:
issue_payload: ${{ toJSON(github.event.issue) }}
es_cloud_id: ${{ vars.ES_CLOUD_ID }}
es_api_key: ${{ secrets.ES_API_KEY }}

0 comments on commit 63f61a3

Please sign in to comment.