From 98e3c50e16a743a4edd533671cffe4468d9b3ca5 Mon Sep 17 00:00:00 2001 From: Cesar Varela Date: Thu, 25 Jan 2024 20:55:25 -0300 Subject: [PATCH] Param is a variable now --- .github/workflows/realm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/realm.yml b/.github/workflows/realm.yml index 598c5aa7e6..4bc51c9a91 100644 --- a/.github/workflows/realm.yml +++ b/.github/workflows/realm.yml @@ -33,4 +33,4 @@ jobs: - name: Push run: | cd site/realm - realm-cli push --remote="${{ secrets.GATSBY_REALM_APP_ID }}" -y + realm-cli push --remote="${{ vars.GATSBY_REALM_APP_ID }}" -y