Every login creates new entry in table tx_oauth2_feuser_provider_configuration #158
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Send notifications | |
on: [ release, issues, issue_comment, watch, pull_request_target ] | |
jobs: | |
notification: | |
uses: maikschneider/reusable-workflows/.github/workflows/notifications.yml@main | |
secrets: | |
teams-webhook-url: ${{ secrets.TEAMS_WEBHOOK_URL }} |