[build] Cache dependencies for macos job (#10088)

Authored by: bashonly
This commit is contained in:
bashonly
2024-06-13 16:13:08 -05:00
committed by GitHub
parent add96eb9f8
commit 46c1b7cfec
4 changed files with 49 additions and 10 deletions

View File

@@ -228,7 +228,8 @@ jobs:
origin: ${{ needs.prepare.outputs.target_repo }}
permissions:
contents: read
packages: write # For package cache
packages: write # For package cache
actions: write # For cleaning up cache
secrets:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}