Skip to content

Commit

Permalink
feat(config): Add workflow for the automatic config conversion
Browse files Browse the repository at this point in the history
The workflow is triggered on PRs for main and releases/** branches if the PR is set for review or synchronized.
  • Loading branch information
MichaelsJP committed Jan 30, 2024
1 parent 87d6e6b commit 8ecf4f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/config-conversion-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
echo "This action is only intended to be run on pull requests."
exit 1
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Convert application.yml to ors-config.yml
run: |
.github/utils/config_conversion.sh ors-api/src/main/resources/application.yml ors-api/ors-config.yml
Expand Down

0 comments on commit 8ecf4f9

Please sign in to comment.