Skip to content

Commit

Permalink
Merge branch 'main' into feat/refactoring
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/main/resources/application.yml
  • Loading branch information
Alexander Schwarz committed Sep 16, 2021
2 parents 32fd800 + 30503df commit c845e55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
CF_SPACE: ${{ secrets.CF_SPACE }}
CF_USERNAME: ${{ secrets.CF_USERNAME }}
CF_PASSWORD: ${{ secrets.CF_PASSWORD }}
CF_DOCKER_USERNAME: ${{ github.actor }}
CF_DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
CF_DOCKER_USERNAME: ${{ secrets.CF_DOCKER_USERNAME }}
CF_DOCKER_PASSWORD: ${{ secrets.CF_DOCKER_PASSWORD }}
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dgc:
#### activeSignKey must be one of signAliases
activeSignKey: AccessTokenSignKey-1
encAliases:
signAliases:
signAliases:
- AccessTokenSignKey-1
keyAliases:
- AccessTokenServiceKey-1
Expand Down

0 comments on commit c845e55

Please sign in to comment.