Test secrets in jinja template
All checks were successful
/ build (push) Has been skipped

This commit is contained in:
Chris (wolcen) Thompson 2025-10-15 19:12:45 -04:00
parent a869609a3a
commit 2680e194f9
2 changed files with 6 additions and 0 deletions

View file

@ -21,6 +21,10 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
- uses: release-engineers/action-template@v2
with:
source: 'testing.template'
target: 'testing.md'
- name: inspect environment
shell: "bash --noprofile --norc -exo pipefail {0}"
run: |
@ -40,3 +44,4 @@ jobs:
jq . - <<'EOF'
${{ toJSON(vars) }}
EOF
cat testing.md

1
testing.template Normal file
View file

@ -0,0 +1 @@
{{ secrets.SHHH }}