Skip to content

Commit

Permalink
add changelog, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ancalita committed Oct 9, 2023
1 parent 61c05ef commit 4beed16
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nightly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
# Runs every weekday at 1am
- cron: 0 1 * * 1-5
workflow_dispatch:
pull_request:


jobs:
Expand Down
1 change: 1 addition & 0 deletions changelog/12904.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Refresh headers used in requests (e.g. action server requests) made by `EndpointConfig` using its `headers` attribute.
1 change: 0 additions & 1 deletion rasa/utils/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ async def request(
if self.headers:
headers.update(self.headers)

logger.debug(f"OSS request headers: {headers}")
url = concat_url(self.url, subpath)

sslcontext = None
Expand Down

0 comments on commit 4beed16

Please sign in to comment.