Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/templates/README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ you have to add `@` in front of any KeyValue Pair assignment.
#### API Token(s)

Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by a `,` **Comma**.
During Authentikcation Secured Signal API will try to match the given Token against the list of Tokens inside of these Variables.
During Authentication Secured Signal API will try to match the given Token against the list of Tokens inside of these Variables.

```yaml
environment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- dev
paths-ignore:
paths:
- "**/*.go"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ you have to add `@` in front of any KeyValue Pair assignment.
#### API Token(s)

Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by a `,` **Comma**.
During Authentikcation Secured Signal API will try to match the given Token against the list of Tokens inside of these Variables.
During Authentication Secured Signal API will try to match the given Token against the list of Tokens inside of these Variables.

```yaml
environment:
Expand Down