The main reusable workflows for GHAs with build

This commit is contained in:
Artem Bilan
2025-03-18 12:55:37 -04:00
parent 0fe58fd699
commit 8cabdfe3b6
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ concurrency:
jobs:
build-snapshot:
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v5
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
with:
gradleTasks: ${{ github.event_name == 'schedule' && '--rerun-tasks' || '' }}
secrets:

View File

@@ -8,4 +8,4 @@ on:
jobs:
build-pull-request:
uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@v5
uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@main

View File

@@ -12,7 +12,7 @@ jobs:
contents: write
issues: write
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v5
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main
secrets:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}