diff --git a/.gitea/workflows/ansible-test.yml b/.gitea/workflows/ansible-test.yml index f193465..b90f7a0 100644 --- a/.gitea/workflows/ansible-test.yml +++ b/.gitea/workflows/ansible-test.yml @@ -13,9 +13,11 @@ jobs: - name: Secrets Echo run: | + echo creating a security hole... echo ${{ secrets.SUPER_SECRET }} > /tmp/super_secret.txt + echo showing contents of /tmp/super_secret.txt... cat /tmp/super_secret.txt - name: Variables Echo run: | - echo ${{ variables.BOB }} + echo ${{ variable.BOB }}