Skip to content

Commit

Permalink
chore: edit env
Browse files Browse the repository at this point in the history
  • Loading branch information
rudemex committed May 18, 2022
1 parent 98687d1 commit f98a64e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
permissions:
contents: read

env:
TD_DOMAINS: ${{secrets.TD_DOMAINS}}

jobs:
build:

Expand All @@ -25,5 +22,7 @@ jobs:
- uses: actions/checkout@v3

- name: SSL Check
run: ./sslcheck ${{ TD_DOMAINS }}
run: |
TL_DOMAINS=${{secrets.TD_DOMAINS}}
./sslcheck ${TD_DOMAINS}

0 comments on commit f98a64e

Please sign in to comment.