From 833f060a45d139dff9badf02a34afc954769702a Mon Sep 17 00:00:00 2001 From: Marijan <77665447+mc2eqe@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:47:46 +0200 Subject: [PATCH] MacOS build with cache --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2805b3d30..680156e174 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -210,6 +210,9 @@ jobs: SCCACHE_BUCKET: ${{ secrets.SCCACHE_BUCKET }} SCCACHE_REGION: ${{ secrets.SCCACHE_REGION }} SCCACHE_S3_KEY_PREFIX: "astar-macos" + permissions: + id-token: write + contents: read steps: - name: Checkout the source code uses: actions/checkout@v3