Skip to content

Commit

Permalink
Update fork-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Nov 28, 2023
1 parent ae8441a commit 39cb4cd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/fork-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,15 @@ jobs:
run: |
echo Add other actions to build,
echo test, and deploy your project.
- name: Test secret
run: |
echo "Test secret => ${TEST_SECRET}"
if [[ "x${{ secrets.TEST_SECRET }}" == "x42" ]]; then
echo "secret is good"
else
echo "no secrets"
exit 1
fi
env:
TEST_SECRET: ${{ secrets.TEST_SECRET }}

0 comments on commit 39cb4cd

Please sign in to comment.