Skip to content

Commit cf50f99

Browse files
authored
update README note on circleci API tokens (#64)
1 parent 2da7c92 commit cf50f99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
actions that your repo will run to avoid polluting your GitHub actions
4040
logs. The `circleci-jobs` (below) should be labeled correspondingly.
4141
- 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
4545
`CIRCLE_TOKEN`), e.g. for the MNE-Python *project* this would be
4646
https://github.com/mne-tools/mne-python/settings/secrets/actions and for the
4747
*organization* it would be https://github.com/organizations/mne-tools/settings/secrets/actions (pick whichever scope makes sense for you).

0 commit comments

Comments
 (0)