Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont authored Jul 19, 2024
1 parent 56a7871 commit 6a31089
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: Step 1 - Echo out a GitHub Actions Secret to the logs
run: |
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'

0 comments on commit 6a31089

Please sign in to comment.