Skip to content

User not been redirected to the dashboard even after successful login through github, twitter, facebook and google #1

User not been redirected to the dashboard even after successful login through github, twitter, facebook and google

User not been redirected to the dashboard even after successful login through github, twitter, facebook and google #1

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hello 👋🏻 @${{ github.actor }}! Thankyou for creating an issue!"
pr-message: " Thank you @${{ github.actor }} for creating your first pull request. It will be reviewed soon"