From d455bed58b87d3d8e9b1e02c088da94732835816 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani <72007820+behdanisohrab@users.noreply.github.com> Date: Tue, 24 Jan 2023 18:43:47 +0330 Subject: [PATCH] ready to build --- .github/workflows/build.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index dd4a62d..cd9f665 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,9 +1,12 @@ + # This workflow will build an Arch Linux ISO file with the commit on it -name: Build Arch ISO with ArchInstall Commit +name: build parchiso per release on: release: types: - created + workflow_dispatch: + env: api_key: ${{ secrets.GITHUB_TOKEN }} name: ${{ github.event.repository.name }} @@ -15,10 +18,6 @@ jobs: image: archlinux:latest options: --privileged steps: - - uses: crazy-max/ghaction-import-gpg@v4 - with: - gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.PASSPHRASE }} - uses: actions/checkout@v3 - name: Install Packages via Pacman run: pacman -Sy; pacman --noconfirm -S git archiso python python-pip