-
-
Notifications
You must be signed in to change notification settings - Fork 439
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
using with git-crypt #2529
Comments
for some reason, replacing the - run: |
sudo apt-get update -q
sudo apt-get install -y git-crypt
git config --global --add safe.directory $(pwd)
echo ${{ secrets.GIT_CRYPT }} | base64 --decode | git-crypt unlock /dev/stdin |
Hi @Borda Good to see that you found a workaround. Is it similar to this issue? sliteteam/github-action-git-crypt-unlock#12 |
Seems different as our solution stream the key and so tried with file and worked too... |
I'll close this now because I don't think there is an issue with this action. Your workaround will be helpful to anyone searching for help. 👍 |
Subject of the issue
We have repo encrypted so at the beginning of the job we decrypt it with:
but then the create PR still fails with:
The text was updated successfully, but these errors were encountered: