Skip to content

Commit

Permalink
Use token for ccache action (#136)
Browse files Browse the repository at this point in the history
Signed-off-by: eduponz <eduardoponz@eprosima.com>
(cherry picked from commit cce555d)
  • Loading branch information
EduPonz authored and mergify[bot] committed Jun 11, 2024
1 parent 19fa235 commit aae0588
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,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
Expand Down Expand Up @@ -202,6 +203,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
Expand Down

0 comments on commit aae0588

Please sign in to comment.