diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b2888ecd245..f7aa1a35a02 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,6 +32,7 @@ jobs: echo "HOST *" > ~/.ssh/config echo "StrictHostKeyChecking no" >> ~/.ssh/config git -c submodule.Secrets.update=checkout submodule update --init + chmod +x ./Tools/corvax/setup_secrets.sh ./Tools/corvax/setup_secrets.sh # Corvax-Secrets-End