Skip to content

Commit

Permalink
correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
levgorbunov1 committed Sep 4, 2024
1 parent c9a9caa commit bc2ffe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slack-github-secret-scanning-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A GitHub Action to forward alerts from GitHub secret scanning and send them to S
```
- uses: ministryofjustice/github-actions/[email protected]
with:
GitHub-token: ${{ secrets.SECRET_SCANNING_GitHub_TOKEN }}
github-token: ${{ secrets.SECRET_SCANNING_GitHub_TOKEN }}
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
```

Expand Down
2 changes: 1 addition & 1 deletion slack-github-secret-scanning-integration/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Slack - GitHub Secret Scanning Alerts Integration"
description: "A GitHub Action to get alerts from GitHub secret scanning and send them to Slack"
inputs:
GitHub-token:
github-token:
description: "GitHub token with access to secret scanning"
required: true
slack-webhook-url:
Expand Down

0 comments on commit bc2ffe3

Please sign in to comment.