You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/eventsources/setup/github.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,11 @@ Example event-source yaml file is [here](https://github.com/argoproj/argo-events
32
32
1. Create an API token if you don't have one. Follow [instructions](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) to create a new GitHub API Token.
33
33
Grant it the `repo_hook` permissions.
34
34
35
-
1. Base64 encode your api token key.
35
+
1. Base64 encode your API token key.
36
36
37
37
echo -n <api-token-key> | base64
38
38
39
-
1. Create a secret called `github-access`.
39
+
1. Create a secret called `github-access` that contains your encoded GitHub API token. You can also include a secret key that is encoded with `base64` for your webhook if any.
40
40
41
41
apiVersion: v1
42
42
kind: Secret
@@ -45,6 +45,7 @@ Example event-source yaml file is [here](https://github.com/argoproj/argo-events
0 commit comments