diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3f47f4194b..3cec9150ea 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,22 +21,6 @@ jobs: submodules: 'recursive' # Corvax-Secrets-Start - - name: Setup secrets - env: - SSH_KEY: ${{ secrets.SECRETS_PRIVATE_KEY }} - if: ${{ env.SSH_KEY != '' }} - run: | - mkdir -p ~/.ssh - echo "${{ secrets.SECRETS_PRIVATE_KEY }}" > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa - echo "HOST *" > ~/.ssh/config - echo "StrictHostKeyChecking no" >> ~/.ssh/config - git clone git@github.com:corvax-nexus/secrets.git Secrets - cp -R Secrets/Resources/Prototypes Resources/Prototypes/CorvaxSecrets - cp -R Secrets/Resources/ServerPrototypes Resources/Prototypes/CorvaxSecretsServer - cp -R Secrets/Resources/Locale Resources/Locale/ru-RU/corvax-secrets - cp -R Secrets/Resources/Textures Resources/Textures/CorvaxSecrets - # Corvax-Secrets-End - name: Setup .NET Core uses: actions/setup-dotnet@v3.2.0