Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

- name: Step 1 - Echo out a GitHub Actions Secret to the logs
run: |

Check failure on line 2 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
echo "The GitHub Action Secret will be masked: "
echo ${{ secrets.KEYSTORE }}
echo "Trick to echo GitHub Actions Secret: "
echo ${{secrets.SIGNING_KEY_PASSWORD}} | sed 's/./& /g'