Migrate GHAs to spring-io
This commit is contained in:
2
.github/workflows/ci-snapshot.yml
vendored
2
.github/workflows/ci-snapshot.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-snapshot:
|
||||
uses: artembilan/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
|
||||
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v1
|
||||
with:
|
||||
gradleTasks: dist
|
||||
secrets:
|
||||
|
||||
2
.github/workflows/pr-build.yml
vendored
2
.github/workflows/pr-build.yml
vendored
@@ -7,4 +7,4 @@ on:
|
||||
|
||||
jobs:
|
||||
build-pull-request:
|
||||
uses: artembilan/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@main
|
||||
uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@v1
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
permissions:
|
||||
actions: write
|
||||
|
||||
uses: artembilan/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main
|
||||
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v1
|
||||
with:
|
||||
buildToolArgs: dist
|
||||
secrets:
|
||||
|
||||
Reference in New Issue
Block a user