Skip to content

Commit 9c8fbc0

Browse files
Trigger for updating devonfw-guide and website (#409)
* github actions for devon4j * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Delete github_actions.yml * github actions file * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Delete github_actions.yml * basic github actions file * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Delete github_actions.yml * Create github_actions.yml * Update github_actions.yml * added build stage * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Update github_actions.yml * Create release.yml * Update github_actions.yml * resolving conflicts * Update sync-docs.yml * Update sync-docs.yml * Update build.yml * Update build.yml * Update sync-docs.yml * Update guide-cors-support.asciidoc Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
1 parent ed1815e commit 9c8fbc0

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/sync-docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,9 @@ jobs:
7272
git commit -m "${REPO_SOURCE} documentation | GitHub Actions $GITHUB_WORKFLOW $GITHUB_RUN_NUMBER"
7373
git remote add origin-wiki "https://${BUILD_USER}:${BUILD_USER_PASSWD}@github.com/${ORG}/${REPO_CONSOLIDATE}.git"
7474
git push origin-wiki master
75+
- name: Trigger Update devonfw-guide on success
76+
uses: peter-evans/repository-dispatch@v1
77+
with:
78+
token: ${{ secrets.GHA_TOKEN }}
79+
repository: devonfw/devonfw-guide
80+
event-type: dispatch-update-guide

documentation/guide-cors-support.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Add the below properties in your application.properties file.
3737
----
3838
#CORS support
3939
security.cors.spring.allowCredentials=true
40-
security.cors.spring.allowedOrigins=*
40+
security.cors.spring.allowedOriginPatterns=*
4141
security.cors.spring.allowedHeaders=*
4242
security.cors.spring.allowedMethods=OPTIONS,HEAD,GET,PUT,POST,DELETE,PATCH
4343
security.cors.pathPattern=/**

0 commit comments

Comments
 (0)