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 }}