We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2e736 commit e8ee7ceCopy full SHA for e8ee7ce
.github/workflows/ci.yml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: "macOS: Setup keys for Fastlane"
104
if: runner.os == 'macOS' && env.FASTLANE_ACCESS_KEY != ''
105
- uses: webfactory/ssh-agent@v0.8.0
+ uses: webfactory/ssh-agent@v0.9.0
106
with:
107
ssh-private-key: ${{ secrets.FASTLANE_ACCESS_KEY }}
108
- name: "macOS: Fastlane Match"
0 commit comments