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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ jobs:
39
39
actions that your repo will run to avoid polluting your GitHub actions
40
40
logs. The `circleci-jobs` (below) should be labeled correspondingly.
41
41
- The `api-token` needs to be a
42
-
*[CircleCI personal API token](https://app.circleci.com/settings/user/tokens)*
43
-
(not a *project token* as it is not supported yet in API v2!) whose value
44
-
has been added to the GitHub secrets of your repository (e.g., as
42
+
[CircleCI personal API token](https://app.circleci.com/settings/user/tokens)
43
+
or a [CircleCI project API token](https://circleci.com/docs/managing-api-tokens/#creating-a-project-api-token)
44
+
whose value has been added to the GitHub secrets of your repository (e.g., as
45
45
`CIRCLE_TOKEN`), e.g. for the MNE-Python *project* this would be
46
46
https://github.com/mne-tools/mne-python/settings/secrets/actions and for the
47
47
*organization* it would be https://github.com/organizations/mne-tools/settings/secrets/actions (pick whichever scope makes sense for you).
0 commit comments