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>
  • Loading branch information
EduPonz authored Jun 11, 2024
1 parent 5460ce6 commit cce555d
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 @@ -117,6 +117,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 @@ -200,6 +201,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 cce555d

Please sign in to comment.