From 95a86ec50fcdad33f159c6097faccefe24119ee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Matos?= Date: Mon, 3 Feb 2025 12:47:58 +0100 Subject: [PATCH] Fix CI error when building external fork non-push builds (#6878) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ccc744f403..ea17447cf90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -501,6 +501,7 @@ jobs: repository: FuelLabs/sway-performance-data path: performance-data - name: Get GitHub app token + if: github.event_name == 'push' uses: actions/create-github-app-token@v1 id: app-token with: