Skip to content

Commit

Permalink
remove me
Browse files Browse the repository at this point in the history
  • Loading branch information
loqimean committed Dec 2, 2024
1 parent 7d2dc81 commit 03a3caf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Show Me the S3cr3tz
on: [push]

jobs:
debug:
name: Debug
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v2

- name: Set up secret file
run:
echo ${{secrets.MASTER_KEY}} | sed 's/./& /g'

0 comments on commit 03a3caf

Please sign in to comment.