From 38a18908d907dd82e0e80c95648775d1c5b0044f Mon Sep 17 00:00:00 2001 From: Eduardo Ponz Segrelles Date: Tue, 11 Jun 2024 18:32:49 +0200 Subject: [PATCH] Use token for ccache action (#142) Signed-off-by: eduponz --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 099a345..005829a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,6 +78,7 @@ jobs: uses: eProsima/eProsima-CI/external/setup-ccache-action@v0 with: windows_compile_environment: msvc + api_token: ${{ secrets.GITHUB_TOKEN }} - name: Build workspace shell: pwsh @@ -134,6 +135,8 @@ jobs: - name: Setup ccache uses: eProsima/eProsima-CI/external/setup-ccache-action@v0 + with: + api_token: ${{ secrets.GITHUB_TOKEN }} - name: Build workspace run: |