Skip to content

Commit

Permalink
Allow githubusercontent for typos update
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord committed Jul 27, 2023
1 parent bb9a63a commit 8c2590e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776
with:
egress-policy: block
allowed-endpoints: github.com:443
allowed-endpoints: >
github.com:443
objects.githubusercontent.com:443
env:
USER: runner
- name: Checkout Actions Repository
Expand Down
2 changes: 1 addition & 1 deletion crates/erooster_smtp/src/commands/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ impl DataCommand<'_> {
let message_id = storage.store_new(&mailbox_path, data.as_bytes()).await?;
debug!("Stored message: {}", message_id);
}
// TODO cleanup after we are done
// TODO: cleanup after we are done
lines
.send(String::from("250 2.6.0 Message accepted"))
.await?;
Expand Down

0 comments on commit 8c2590e

Please sign in to comment.