Skip to content

Conversation

@uilianries
Copy link
Member

@uilianries uilianries commented Apr 22, 2025

Hello!

The published blog post about the new Github Actions (https://blog.conan.io/2025/04/22/Conan-Github-Action.html) shows a bad value for the secret:

  • name: Setup Conan Client
    uses: conan-io/setup-conan@v1
    with:
    conan_audit_token: $

But it's expected conan_audit_token: ${{ secrets.CONAN_AUDIT_TOKEN }} instead.

This PR fixes the bad format by adding raw keyword (kudos @czoido).

Here is my preview:

Screenshot 2025-04-22 at 16-09-19 Speeding Up Your GitHub Builds with the Official Conan Action

Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
@czoido czoido merged commit 2f87c81 into conan-io:master Apr 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants