We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f836cff commit f27fe06Copy full SHA for f27fe06
.github/workflows/pr-python-connector-tests.yml
@@ -81,6 +81,11 @@ env:
81
# Slack
82
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
83
84
+ # Teams
85
+ TEAMS_APPLICATION_ID: ${{ secrets.TEAMS_APPLICATION_ID }}
86
+ TEAMS_DIRECTORY_ID: ${{ secrets.TEAMS_DIRECTORY_ID }}
87
+ TEAMS_SECRET: ${{ secrets.TEAMS_SECRET }}
88
+
89
jobs:
90
connectors-check:
91
# See https://runs-on.com/runners/linux/
0 commit comments