From 8932738eac6f838109cfa7446997605ca7ce4f28 Mon Sep 17 00:00:00 2001 From: Eduardo Ponz Segrelles Date: Tue, 11 Jun 2024 18:32:27 +0200 Subject: [PATCH] Use token for ccache action (#136) Signed-off-by: eduponz (cherry picked from commit cce555d5d3d19d44b53546f448e0ebe2e7bf025b) --- .github/workflows/build_and_test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 08196f7e..14537e5d 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -115,6 +115,7 @@ jobs: uses: eProsima/eProsima-CI/external/setup-ccache-action@v0 with: windows_compile_environment: msvc + api_token: ${{ secrets.GITHUB_TOKEN }} - name: Build workspace uses: eProsima/eProsima-CI/windows/colcon_build@v0 @@ -198,6 +199,8 @@ jobs: - name: Setup ccache uses: eProsima/eProsima-CI/external/setup-ccache-action@v0 + with: + api_token: ${{ secrets.GITHUB_TOKEN }} - name: Build workspace uses: eProsima/eProsima-CI/multiplatform/colcon_build@v0