Skip to content

Commit

Permalink
add env to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Oct 31, 2023
1 parent 3a0f215 commit 3f81eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test_doc_snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ env:

# zendesk vars for example
SOURCES__ZENDESK__CREDENTIALS: ${{ secrets.ZENDESK__CREDENTIALS }}

# Slack hook for chess in production example
RUNTIME__SLACK_INCOMING_HOOK: ${{ secrets.RUNTIME__SLACK_INCOMING_HOOK }}
jobs:

run_lint:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def incremental_snippet() -> None:

import dlt
from dlt.common import sleep
from dlt.common.runtime.slack import send_slack_message
from dlt.common.typing import StrAny, TDataItems
from dlt.sources.helpers.requests import client

Expand Down

0 comments on commit 3f81eb0

Please sign in to comment.