We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi folks, our documentation preview link is not working due to an upstream bug.
Context: scientific-python/circleci-artifacts-redirector-action#40 (comment)
Here's what needs to be done (by an org owner):
The token must be a personal API token, not a project token at the CircleCI end as those aren't supported yet. You can create a personal CircleCI token here (I named mine CIRCLE_STATUS): app.circleci.com/settings/user/tokens Add the token value (from the CircleCI website) it to the secrets of your org or project, e.g., for MNE-Python I added it under the name CIRCLE_TOKEN for the org to github.com/organizations/mne-tools/settings/secrets/actions Add it to the action as api-token: ${{ secrets.CIRCLECI_TOKEN }} in the with for the action DONE in Fix CircleCI token name and remove outdated artifact action #136
The token must be a personal API token, not a project token at the CircleCI end as those aren't supported yet.
The text was updated successfully, but these errors were encountered:
Fix CircleCI token name and remove outdated artifact action (#136)
39c412c
# Description An upstream bug has caused our docs preview link to stop working (see scientific-python/circleci-artifacts-redirector-action#40 (comment) for context) # References See also #135
Fix CircleCI token name and remove outdated artifact action (napari#136)
1a70977
# Description An upstream bug has caused our docs preview link to stop working (see scientific-python/circleci-artifacts-redirector-action#40 (comment) for context) # References See also napari#135
Successfully merging a pull request may close this issue.
🧰 Task
Hi folks, our documentation preview link is not working due to an upstream bug.
Context: scientific-python/circleci-artifacts-redirector-action#40 (comment)
Here's what needs to be done (by an org owner):
The text was updated successfully, but these errors were encountered: