Skip to content

Commit a74e528

Browse files
authored
Merge pull request #19 from CodeShellDev/dev
Update Main
2 parents 5b73ec6 + fbc201e commit a74e528

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/templates/README.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ you have to add `@` in front of any KeyValue Pair assignment.
143143
#### API Token(s)
144144

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

148148
```yaml
149149
environment:

.github/workflows/docker-image-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- dev
7-
paths-ignore:
7+
paths:
88
- "**/*.go"
99

1010
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ you have to add `@` in front of any KeyValue Pair assignment.
202202
#### API Token(s)
203203
204204
Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by a `,` **Comma**.
205-
During Authentikcation Secured Signal API will try to match the given Token against the list of Tokens inside of these Variables.
205+
During Authentication Secured Signal API will try to match the given Token against the list of Tokens inside of these Variables.
206206
207207
```yaml
208208
environment:

0 commit comments

Comments
 (0)