Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
woody35545 authored Apr 27, 2024
1 parent 1246193 commit 320e3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
mkdir src/main/resources/key
base64 -d t3team-skm-cert.txt > src/main/resources/key/t3team-skm-cert.p12
echo ${{ secrets.INSTANCE_KEY }} > nhn-be5-t3t.pem
echo "${{ secrets.INSTANCE_KEY }}" > nhn-be5-t3t.pem
chmod 600 nhn-be5-t3t.pem
echo "test-file" > test.log
ls
Expand Down

0 comments on commit 320e3cc

Please sign in to comment.