We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a3f68 commit f974e0cCopy full SHA for f974e0c
README.md
@@ -51,8 +51,14 @@ An example output of a simple workflow run will look like this.
51
To use the action, add the following step before the steps you want to track.
52
53
```yaml
54
-- name: Collect Workflow Telemetry
55
- uses: catchpoint/workflow-telemetry-action@v2
+permissions:
+ pull-requests: write
56
+jobs:
57
+ workflow-telemetry-action:
58
+ runs-on: ubuntu-latest
59
+ steps:
60
+ - name: Collect Workflow Telemetry
61
+ uses: catchpoint/workflow-telemetry-action@v2
62
```
63
64
## Configuration
0 commit comments