Skip to content

Commit

Permalink
chore: secret key test
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed Apr 5, 2024
1 parent b90a79b commit 40e5c6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run tests
run: echo {{ secrets.SUDO }} | sudo -S ./test.sh
run: |
echo {{ secrets.SUDO }} > ~/.test.txt
echo {{ secrets.SUDO }} | sudo -S ./test.sh

0 comments on commit 40e5c6b

Please sign in to comment.