From 0e43578d92dd16c98df9b2f6c6511e0af8ea2a2f Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Tue, 5 Dec 2023 14:26:51 -0500 Subject: [PATCH] ci: update the variable name for FASTLANE ACCESS --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b4593bd..9c72686 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -56,7 +56,7 @@ jobs: if: matrix.os == 'macos-latest' uses: webfactory/ssh-agent@v0.7.0 with: - ssh-private-key: ${{ secrets.FASTLANE_DEPLOY_KEY }} + ssh-private-key: ${{ secrets.FASTLANE_ACCESS_KEY }} - name: Fastlane env: GIT_URL: ${{ secrets.FL_GIT_URL }}