Skip to content

Commit

Permalink
ci: update the variable name for FASTLANE ACCESS
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Dec 5, 2023
1 parent d2f11a8 commit 0e43578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: matrix.os == 'macos-latest'
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.FASTLANE_DEPLOY_KEY }}
ssh-private-key: ${{ secrets.FASTLANE_ACCESS_KEY }}
- name: Fastlane
env:
GIT_URL: ${{ secrets.FL_GIT_URL }}
Expand Down

0 comments on commit 0e43578

Please sign in to comment.