Skip to content

Commit

Permalink
chore(build): test run 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jekutzsche committed Nov 9, 2021
1 parent e37c159 commit 5ef3cb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
skip_after_successful_duplicate: 'false'
concurrent_skipping: 'never'
cancel_others: 'true'
paths: '[".github/workflows/bff_develop.yml", "iris-client-bff/**", "!**/Readme.md"]'
paths: '["!**/Readme.md", "iris-client-bff/**", ".github/workflows/bff_develop.yml"]'

2 changes: 2 additions & 0 deletions iris-client-bff/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ security.jwt.jwt-shared-secret=thissecretshouldbeusedfortestingpurposesonly
```

Using this setting, the authentication is activated for all calls towards the client need to be authorized.

aaa

0 comments on commit 5ef3cb2

Please sign in to comment.