diff --git a/.github/templates/README.template.md b/.github/templates/README.template.md index e1659b7..dfb34e2 100644 --- a/.github/templates/README.template.md +++ b/.github/templates/README.template.md @@ -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: diff --git a/.github/workflows/docker-image-dev.yml b/.github/workflows/docker-image-dev.yml index a4814e2..21bd4a8 100644 --- a/.github/workflows/docker-image-dev.yml +++ b/.github/workflows/docker-image-dev.yml @@ -4,7 +4,7 @@ on: push: branches: - dev - paths-ignore: + paths: - "**/*.go" jobs: diff --git a/README.md b/README.md index 3b3cb30..bc29d50 100644 --- a/README.md +++ b/README.md @@ -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: