Skip to content

Commit

Permalink
Fix typo on README NOTE
Browse files Browse the repository at this point in the history
  • Loading branch information
aldwyn-acn authored Feb 28, 2020
1 parent 3725570 commit 23edb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A comprehensive notification card in Microsoft Teams for your deployments.
- `CI_GITHUB_TOKEN` - your [Personal Access Token](https://github.com/settings/tokens) to assume the basic authentication and other authorizations in Github API. This should at least have full permissions to `repo` and `workflow`.
- `MS_TEAMS_WEBHOOK_URI` - the [webhook URI](https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook) of the dedicated Microsoft Teams channel for notification.

NOTE: Avoid naming your secrets with the prefix `GITHUB_` as this reserved for Github Actions' use only.
**NOTE**: Avoid naming your secrets with the prefix `GITHUB_` as this is reserved for Github Actions' environment variables only. Better stick to `CI_GITHUB_TOKEN`.

2. Add this `step` on your workflow code as one of the earlier `steps`:

Expand Down

0 comments on commit 23edb1d

Please sign in to comment.