Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion labs/github-repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ cat <<EOF > github-webhook-config.json
EOF
```

Create a wehbook on each pipeline application and infrastructure GitHub repository using the `github-webhook-config.json` webhook configuration payload created in the previous step:
Create a webhook on each pipeline application and infrastructure GitHub repository using the `github-webhook-config.json` webhook configuration payload created in the previous step:

```
export GITHUB_TOKEN=$(cat .pipeline-tutorial-github-api-token)
Expand Down