Skip to content

Commit

Permalink
fuzz: collect workflow metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Apr 11, 2024
1 parent 8d83f72 commit d766105
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ jobs:
timeout-minutes: 12

steps:
- name: 'Collect Workflow Telemetry'
uses: catchpoint/workflow-telemetry-action@v1
env:
GITHUB_TOKEN: ""
with:
github_token: ${{ github.token }}
comment_on_pr: false
job_summary: true
theme: dark

- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit d766105

Please sign in to comment.