Skip to content

Commit

Permalink
fix: 권한 판단 기준 secret 키 다시 넣고 CI 시도
Browse files Browse the repository at this point in the history
  • Loading branch information
shoeone96 committed Dec 22, 2023
1 parent c5051a6 commit 1227d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }} # This is dangerous without the first access check
- name: Run tests
run: |
if [[ "x${{ secrets.MY_SECRET }}" == "xval" ]]; then
if [[ "x${{ secrets.TEST_DATABASE }}" == "ootw" ]]; then
echo "Access to secrets"
else
echo "No access to secrets"
Expand Down

0 comments on commit 1227d07

Please sign in to comment.