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

Stop using basic auth #18

Open
javierggt opened this issue Apr 13, 2020 · 1 comment
Open

Stop using basic auth #18

javierggt opened this issue Apr 13, 2020 · 1 comment
Labels
workflows Everything related to automated github workflows

Comments

@javierggt
Copy link
Collaborator

Basic auth is being deprecated and needs to be replaced by token-based authentication:
https://developer.github.com/changes/2020-02-14-deprecating-password-auth/

@javierggt javierggt added the workflows Everything related to automated github workflows label May 21, 2020
@javierggt
Copy link
Collaborator Author

javierggt commented May 21, 2020

Token-based authentication is enabled in the github module, so what is missing is to change the name of the environmental variable in all workflows. Right now we have:

        GIT_USERNAME: chandra-xray
        GIT_PASSWORD: 

and we should have

        GITHUB_API_TOKEN:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
workflows Everything related to automated github workflows
Projects
None yet
Development

No branches or pull requests

1 participant