Skip to content

Commit

Permalink
small error
Browse files Browse the repository at this point in the history
  • Loading branch information
Illusion47586 committed Jan 31, 2021
1 parent 78c6aaa commit 1d6e819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
run: |
mkdir $HOME/secrets
gpg --quiet --batch --yes --decrypt --passphrase="$SECRET_PASSPHRASE" \
--output $HOME/secrets/secrets.tar secrets.tar.gpg
tar xvf $HOME/secrets/secrets.tar
--output $HOME/secrets/services.tar services.tar.gpg
tar xvf $HOME/secrets/services.tar
env:
SECRET_PASSPHRASE: ${{ secrets.SECRET_PASSPHRASE }}

Expand Down

0 comments on commit 1d6e819

Please sign in to comment.