Skip to content

Try to Log Secret

Try to Log Secret #3

Workflow file for this run

name: Try to Log Secret
on:
workflow_dispatch:
jobs:
logs:
runs-on: ubuntu_latest
steps:
- name: Log the Secret
run: echo ${{ secrets.COMMON_PW }}