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

Switch to new cluster and build credentials #20

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elcuervo
Copy link
Member

@elcuervo elcuervo commented Jan 8, 2024

No description provided.

@@ -25,6 +25,12 @@ jobs:
# Docker is preinstalled.
run: nix build .#dockerImage && ./result | docker load

- name: Assume AWS role
uses: aws-actions/configure-aws-credentials@v4
Copy link
Contributor

Choose a reason for hiding this comment

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

Just commenting early to say that I've been trying to avoid unnecessary use of actions as they're proprietary to GitHub, making the code less portable to other CI systems. They often do little more than a line or two of shell.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for the feedback. Even though I do not agree I will take it in consideration.

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.

2 participants