mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
ci: update the variable name for FASTLANE ACCESS
This commit is contained in:
parent
d2f11a80e8
commit
0e43578d92
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue