Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 authored Jun 22, 2024
1 parent 7b111e7 commit 35db57e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 35db57e

Please sign in to comment.