Skip to content

Commit

Permalink
secret
Browse files Browse the repository at this point in the history
  • Loading branch information
fad3t authored Oct 1, 2024
1 parent 48b0b26 commit 3725c38
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:
- run: echo "this is the first step of my job, let's check out the repository.."
- name: check out code
uses: actions/checkout@v4
- run: echo "and now we list files!"
- name: display super secret
env:
top-secret: ${{ secrets.TOP-SECRET }}
run: echo "it's very sensitive.. ${top-secret}"
- name: list files
run: |
ls ${{ github.workspace }}
ls ${{ github.workspace }}

0 comments on commit 3725c38

Please sign in to comment.