Skip to content

Commit

Permalink
Fix release by tweaking changelog
Browse files Browse the repository at this point in the history
That's an interesting commit message, isn't it. Apparently having the words "Basic" and "Bearer" in the changelog causes the CI to identify the release plan as containing "secrets", and therefore doesn't share it from the plan step to the execution steps. This error messages around this from Github are incredibly poor so I had to find the offending words with some binary search-type thing.
  • Loading branch information
LucasPickering committed Sep 8, 2024
1 parent 08fc8ba commit 7f5dd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Here's the full list of changes:

### Fixed

- Fix Basic auth being label as Bearer auth in Recipe Authentication pane
- Fix basic auth being label as bearer auth in Recipe Authentication pane
- Use correct binding for `search` action in the placeholder of the response filter textbox
- Previously it was hardcoded to display the default of `/`
- Fix response body filter not applying on new responses
Expand Down

0 comments on commit 7f5dd03

Please sign in to comment.