Skip to content

feat(auth): ✨ load auth providers only if the env is present #46

feat(auth): ✨ load auth providers only if the env is present

feat(auth): ✨ load auth providers only if the env is present #46

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.LINY_TOKEN }}
issue-message: "Hello, thanks for opening your first issue! "
pr-message: "Hello, thanks for opening your first PR! "