Skip to content

Commit

Permalink
Audit fix (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmarks committed Jun 14, 2024
1 parent a541964 commit 76066c3
Show file tree
Hide file tree
Showing 3 changed files with 4,865 additions and 9,394 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To report a code build to Faros specify `CI` in the `event` parameter and includ
```yaml
- name: Report code build to Faros
id: send-ci-event
uses: faros-ai/[email protected].8
uses: faros-ai/[email protected].9
with:
api-key: ${{ secrets.FAROS_API_KEY }}
event: CI
Expand All @@ -30,7 +30,7 @@ To report an artifact deployment to Faros specify `CD` in the `event` parameter
```yaml
- name: Report deployment to Faros
id: send-cd-event
uses: faros-ai/[email protected].8
uses: faros-ai/[email protected].9
with:
api-key: ${{ secrets.FAROS_API_KEY }}
event: CD
Expand Down
Loading

0 comments on commit 76066c3

Please sign in to comment.