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 37b42ca commit bd5ff35Copy full SHA for bd5ff35
.github/workflows/deploy-app-staging.yml
@@ -52,6 +52,7 @@ jobs:
52
username: ${{ secrets.USERNAME }}
53
key: ${{ secrets.KEY }}
54
passphrase: ${{ secrets.PASSPHRASE }}
55
+ command_timeout: 30m
56
script: |
57
# Make sure ~tools.mismatch-finder-staging/mismatch-finder-repo-next is group writable
58
become mismatch-finder-staging chmod -R g+rwx ~tools.mismatch-finder-staging/mismatch-finder-repo-next
0 commit comments