From da058024c83a5d27f0212e640d6c134c6442465e Mon Sep 17 00:00:00 2001 From: radeva Date: Wed, 24 Jul 2024 12:12:25 +0300 Subject: [PATCH] Use wingman action --- .github/workflows/ci.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7d37300..fdc4d8a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,10 @@ on: jobs: ci: - runs-on: [flyci-macos-14-m2, wingman] + runs-on: flyci-macos-14-m2 + permissions: + id-token: write + contents: read steps: - uses: actions/checkout@v4 @@ -63,3 +66,7 @@ jobs: run: | set -euxo pipefail yarn build-android + + - name: Fix my build + uses: fly-ci/wingman-action@v1 + if: failure()