try
This commit is contained in:
parent
8ccfb57713
commit
9480579b4e
1 changed files with 0 additions and 4 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue