sliteteam / github-action-git-crypt-unlock

Github Action to unlock git-crypt secrets
MIT License
46 stars 23 forks source link

Speed up action installation #3

Closed fabiosangregorio closed 4 years ago

fabiosangregorio commented 4 years ago

It currently takes 1m 30s on my build to install this action. Is there a way to speed this up, maybe by caching the docker build?

fabiosangregorio commented 4 years ago

Closing this since I'm not getting any activity.

ArnaudRinquin commented 4 years ago

@fabiosangregorio Sorry I missed that one entirely. Latest version (1.1.0) should speed this up!

Screenshot 2020-06-22 at 18 32 38
fabiosangregorio commented 4 years ago

Hi @ArnaudRinquin , sorry but I'm currently using another action for git-crypt. Just a careful note: I'm seeing a git-crypt in plaintext in your latest Github workflow, here: https://github.com/sliteteam/github-action-git-crypt-unlock/runs/796161382?check_suite_focus=true#step:5:3

ArnaudRinquin commented 4 years ago

Hi @fabiosangregorio Thanks for the head's up but it's normal it's visible as this test workflow isn't using a SECRET but an hardcoded value.