This commit is contained in:
olebeck 2022-08-12 20:02:40 +02:00
parent ca80abb650
commit 67a89bda7e
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ jobs:
- name: decrypt
run: |
apt update -y
apt install git-crypt xxd -y
sudo apt update -y
sudo apt install git-crypt xxd -y
echo ${REPO_KEY} | xxd -r -p > ../bedrock-repo-key.key
git-crypt unlock ../bedrock-repo-key.key
rm ../bedrock-repo-key.key