From 2680e194f9b3aa683fbd0291c949f89e1db4a9ba Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Wed, 15 Oct 2025 19:12:45 -0400 Subject: [PATCH] Test secrets in jinja template --- .forgejo/workflows/test.yml | 5 +++++ testing.template | 1 + 2 files changed, 6 insertions(+) create mode 100644 testing.template diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index d2f6568..b9f8f9d 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -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 diff --git a/testing.template b/testing.template new file mode 100644 index 0000000..a8d4b78 --- /dev/null +++ b/testing.template @@ -0,0 +1 @@ +{{ secrets.SHHH }}