Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin0313 committed Aug 25, 2024
1 parent 6c2d9d8 commit 9684634
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/secrets.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Secrets
on: push
jobs:
print:
runs-on: ubuntu-latest
env:
PASSWORD: ${{ secrets.PASSWORD }}
steps:
- run: echo "${PASSWORD}"
- run: echo "${PASSWORD:0:1} ${PASSWORD#?}"

0 comments on commit 9684634

Please sign in to comment.