From fd4992eccb7766f19d0a74bddc55bf468f5cb720 Mon Sep 17 00:00:00 2001 From: Filipe Forattini Date: Thu, 7 Jul 2022 19:40:34 -0300 Subject: [PATCH] fix: empty commit for testing --- .github/workflows/app.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 18a0b59f..c33d6599 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -281,6 +281,7 @@ jobs: - name: Setup | Cloning repository uses: actions/checkout@v3 with: + token: ${{ secrets.DEPLOY_GITHUB_TOKEN }} persist-credentials: false - name: Config | Load setup configs