diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c37cbeaa..2930849c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,6 @@ jobs: - name: aftercheckout run: | git init - git secret init ls -al ls -al .. pwd @@ -31,9 +30,6 @@ jobs: apt-get -y update && apt-get -y install build-essential ca-certificates curl git gpg-agent openjdk-8-jdk software-properties-common wget zipalign git-secret ls -al .. ls -al - git init - git secret init - ls -al git-secret reveal env: PGP_PRIVATE_KEY: ${{ secrets.PGP_PRIVATE_KEY }}