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

GitHub Actions use org secrets #127

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

deitch
Copy link
Contributor

@deitch deitch commented Jul 10, 2024

lfedge created a new user for all of the workflows, and saved the credentials as org secrets, specifically RELEASE_DOCKERHUB_ACCOUNT and RELEASE_DOCKERHUB_TOKEN. This PR removes the different name in the flows and uses the org standard secrets.RELEASE_DOCKERHUB_ACCOUNT and secrets.RELEASE_DOCKERHUB_TOKEN.

@milan-zededa milan-zededa merged commit 196d92a into lf-edge:master Jul 10, 2024
2 checks passed
@deitch deitch deleted the use-org-dockerhub-secrets branch July 10, 2024 09:36
@milan-zededa
Copy link
Contributor

Maybe we should use never version of the docker-login action to avoid the warning and problems in the future: https://github.com/lf-edge/adam/actions/runs/9871707714/job/27260199006#step:5:10

@deitch
Copy link
Contributor Author

deitch commented Jul 10, 2024

Yes, we definitely should. This PR was very focused, fix that one thing. Another PR for that would be good.

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.

3 participants