ci: update the variable name for FASTLANE ACCESS

This commit is contained in:
Ron de las Alas 2023-12-05 14:26:51 -05:00
parent d2f11a80e8
commit 0e43578d92

View file

@ -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 }}