We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035cecf commit 0cc2323Copy full SHA for 0cc2323
.github/workflows/build-desktop-reusable.yml
@@ -69,7 +69,9 @@ jobs:
69
uses: LedgerHQ/ledger-live/tools/actions/composites/setup-caches@support/LIVE-26911-add-mise
70
id: setup-caches
71
with:
72
- install-proto: true
+ use-mise: true
73
+ gh-token: ${{ secrets.GITHUB_TOKEN }}
74
+ install-proto: false
75
skip-turbo-cache: "false"
76
accountId: ${{ secrets.AWS_ACCOUNT_ID_PROD }}
77
roleName: ${{ secrets.AWS_CACHE_ROLE_NAME }}
0 commit comments