Skip to content

Commit

Permalink
Create try_log_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abkhan authored Jul 26, 2024
1 parent 0e226fd commit a6130b8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/try_log_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Try to Log Secret

on:
workflow_dispatch:

jobs:
logs:
runs-on: ubuntu_latest

steps:
- name: Log the Secret
run: echo ${{ secret.MY_PW }}

0 comments on commit a6130b8

Please sign in to comment.