ci: remove no longer used (?) github repo deploy key (to push to gh-pages branch?) #485
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'm not sure, but I think this repo has a deployment key that has been used when used together with TravisCI as a means for TravisCI to push back updates to the
gh-pages
branch of this repo.It was added as part of #107, I think perhaps it was outdated even at that time as I found no reference to the filename in the repo, and I saw that the TravisCI had an environment variable that probably was used to help provide credentials to a utility pushing built docs to the gh-pages branch.
If it is a deployment key for this repo, as indicated by the filename
github_deploy_key_dask_dask_gateway.enc
, it should be registered at https://github.com/dask/dask-gateway/settings/keys. It should reasonably be cleared from there as well.