MET-5649 Update metis-actions branch from jdk21 to main #202
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: push | |
jobs: | |
ci: | |
uses: europeana/metis-actions/.github/workflows/ci.yml@main | |
with: | |
sonar_organization: europeana | |
sonar_project_key: europeana_metis-schema | |
secrets: | |
SONAR_TOKEN: ${{ secrets.METIS_SONAR_TOKEN }} | |
deploy-artifacts: | |
needs: ci | |
uses: europeana/metis-actions/.github/workflows/deploy-artifacts.yml@main | |
secrets: | |
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }} | |
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }} |