From df1f5c1a170046d60aa645ad91968d16264b78ed Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Wed, 2 Aug 2023 18:30:41 +0100 Subject: [PATCH] fix(ci): set env var correctly --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index eeb4266..88ea404 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -21,6 +21,8 @@ pipeline: - npx eas-cli build --platform android --non-interactive --profile preview secrets: - eas_token + environment: + CI: true trigger: event: [push]