Skip to content

Commit f27fe06

Browse files
authored
Add env variables (#4711)
1 parent f836cff commit f27fe06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-python-connector-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ env:
8181
# Slack
8282
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
8383

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+
8489
jobs:
8590
connectors-check:
8691
# See https://runs-on.com/runners/linux/

0 commit comments

Comments
 (0)