From 35db57e729bba5df136f8de4a03f97b0b8f7c56e Mon Sep 17 00:00:00 2001 From: eQuantum <8466209+eq19@users.noreply.github.com> Date: Sat, 22 Jun 2024 17:52:01 +0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d9532e0f77..b38b94b5a22 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,6 +46,14 @@ jobs: image_name: "prime" image_tag: "latest" + - name: 🚀 Self-Hosted Runner + if: runner.os == 'Linux' + uses: eq19/maps@v1 + with: + pre_build_commands: 'gcloud info' + token: ${{ secrets.ACCESS_TOKEN }} + credentials: $ {{ secrets.GCP_CREDENTIALS }} + - uses: actions/github-script@v7 id: set-result with: @@ -98,13 +106,6 @@ jobs: with: dotnet-version: '3.1.x' - - name: 🚀 Self-Hosted Runner - if: runner.os == 'Linux' - uses: eq19/maps@v1 - with: - pre_build_commands: 'gcloud info' - token: ${{ secrets.ACCESS_TOKEN }} - - name: 🚀 Build Feed on Linux if: runner.os == 'Linux' uses: eq19/feed@v3