File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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).
You can’t perform that action at this time.
0 commit comments