jobs/eam-integrations/scripts/slack_channels/api/Slack/secrets.py (5 lines of code) (raw):

import os config = { "slack_host": "https://slack.com/", "slack_token": os.environ.get("SLACK_CHANNEL_TOKEN", "") }