diff --git a/.github/workflows/release-nestv3.yml b/.github/workflows/release-nestv3.yml index cfec3a4..08eb545 100644 --- a/.github/workflows/release-nestv3.yml +++ b/.github/workflows/release-nestv3.yml @@ -17,28 +17,19 @@ jobs: options: --privileged -it steps: - - name: Update APT Cache - run: apt-get update -y - - - name: Install Node and NPM - run: apt-get install nodejs npm -y - uses: actions/checkout@v3 - - - name: Import GPG key - id: import_gpg - uses: crazy-max/ghaction-import-gpg@v5 - with: - gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.PASSPHRASE }} - name: Install SSH key uses: shimataro/ssh-key-action@v2 with: - key: ${{ secrets.SSH_KEY }} + key: ${{ vars.SSH_KEY }} name: id_rsa - known_hosts: ${{ secrets.KNOWN_HOSTS }} + known_hosts: ${{ vars.KNOWN_HOSTS }} if_key_exists: replace + - name: Update APT Cache + run: apt-get update -y + - name: Build Package run: ./mainv3.sh