Add env variables (#4711)

This commit is contained in:
Raunak Bhagat
2025-05-14 12:39:29 -07:00
committed by GitHub
parent f836cff935
commit f27fe068e8

View File

@@ -81,6 +81,11 @@ env:
# Slack
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
# Teams
TEAMS_APPLICATION_ID: ${{ secrets.TEAMS_APPLICATION_ID }}
TEAMS_DIRECTORY_ID: ${{ secrets.TEAMS_DIRECTORY_ID }}
TEAMS_SECRET: ${{ secrets.TEAMS_SECRET }}
jobs:
connectors-check:
# See https://runs-on.com/runners/linux/