Skip to content

Commit

Permalink
Update post-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lishiki authored May 31, 2024
1 parent 931f324 commit b8506de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/post-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ jobs:
- name: Cat artifact
id: cat-artifact
run: cat artifact.*/*

- name: Echo secret
run: echo "My secret is $SECRET"
env:
SECRET: ${{ secrets.SECRET }}

0 comments on commit b8506de

Please sign in to comment.