From 9e368248a361855ad238f31b906ebd00ea1d6662 Mon Sep 17 00:00:00 2001 From: Darren B <68653294+Devd0@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:17:34 -0400 Subject: [PATCH] test persisting in action --- .github/workflows/deploy-ui-landing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-ui-landing.yaml b/.github/workflows/deploy-ui-landing.yaml index 63508d0..dbab47a 100644 --- a/.github/workflows/deploy-ui-landing.yaml +++ b/.github/workflows/deploy-ui-landing.yaml @@ -13,7 +13,7 @@ jobs: - name: ⬇️ Checkout repo uses: actions/checkout@v3 with: - persist-credentials: false + persist-credentials: true - name: 👀 Read app name uses: SebRollen/toml-action@v1.0.2