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 b1de3da commit 6022339Copy full SHA for 6022339
.github/workflows/deploy.yml
@@ -45,7 +45,7 @@ jobs:
45
gpg --batch --yes --import ~/private-key.asc
46
47
- name: Run Fastlane (internal)
48
- working-directory: .
+ working-directory: ${{ github.workspace }}
49
env:
50
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
51
MATCH_GIT_URL: https://x-access-token:${{ secrets.MATCH_GIT_TOKEN }}@${{ secrets.MATCH_GIT_URL }}
0 commit comments