Skip to content
New issue

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

CircleCI redirector/docs preview not working #135

Closed
melissawm opened this issue Apr 12, 2023 · 0 comments · Fixed by #136
Closed

CircleCI redirector/docs preview not working #135

melissawm opened this issue Apr 12, 2023 · 0 comments · Fixed by #136
Labels

Comments

@melissawm
Copy link
Member

melissawm commented Apr 12, 2023

🧰 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 token must be a personal API token, not a project token at the CircleCI end as those aren't supported yet.

  1. You can create a personal CircleCI token here (I named mine CIRCLE_STATUS): app.circleci.com/settings/user/tokens
  2. 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
  3. 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
@melissawm melissawm added the task label Apr 12, 2023
@Czaki Czaki linked a pull request Apr 12, 2023 that will close this issue
6 tasks
@jni jni closed this as completed in #136 Apr 15, 2023
jni pushed a commit that referenced this issue Apr 15, 2023
# 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
melissawm added a commit to melissawm/napari-docs that referenced this issue Apr 26, 2023
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant