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: |