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

Use Github secret in CI script instead of hard-coded password #1348

Merged

Conversation

matthewhegarty
Copy link
Contributor

@matthewhegarty matthewhegarty commented Nov 14, 2021

Problem

A minor improvement to the CI script.

The CI script was using a hard-coded password which is not ideal. Best practice is to use a secret defined in Github.

Solution

The CI script now uses a Github secret instead of a hard-coded password.

Acceptance Criteria

Verified that the CI process ran ok, meaning the change is valid.

@coveralls
Copy link

coveralls commented Nov 14, 2021

Coverage Status

Coverage remained the same at 98.072% when pulling f6bad89 on matthewhegarty:add-ci-secret into 7b1e392 on django-import-export:main.

Copy link
Contributor

@manelclos manelclos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@matthewhegarty matthewhegarty merged commit fd65990 into django-import-export:main Dec 6, 2021
@matthewhegarty matthewhegarty deleted the add-ci-secret branch December 6, 2021 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants