Skip to content

Commit 2f87c81

Browse files
authored
[fix] Environment Variables does not look right for yaml format (#286)
* Fix bad parser for env var Signed-off-by: Uilian Ries <uilianries@gmail.com> * Use raw for secrets Signed-off-by: Uilian Ries <uilianries@gmail.com> --------- Signed-off-by: Uilian Ries <uilianries@gmail.com>
1 parent 041912e commit 2f87c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-04-22-Conan-Github-Action.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup Conan Client
6767
uses: conan-io/setup-conan@v1
6868
with:
69-
conan_audit_token: ${{ secrets.CONAN_AUDIT_TOKEN }}
69+
conan_audit_token: {% raw %}${{ secrets.CONAN_AUDIT_TOKEN }}{% endraw %}
7070

7171
- name: Scan Conan packages
7272
run: |

0 commit comments

Comments
 (0)