Skip to content

Commit 58d63bf

Browse files
committed
Migrate GHAs for repo from Spring IO
(cherry picked from commit 8a5f83a)
1 parent 4d42a9c commit 58d63bf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/backport-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
backport-issue:
10-
uses: artembilan/spring-github-workflows/.github/workflows/spring-backport-issue.yml@main
10+
uses: spring-io/spring-github-workflows/.github/workflows/spring-backport-issue.yml@v1
1111
secrets:
1212
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}

.github/workflows/ci-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build-snapshot:
12-
uses: artembilan/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
12+
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v1
1313
secrets:
1414
GRADLE_ENTERPRISE_CACHE_USER: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
1515
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}

.github/workflows/pr-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
99
build-pull-request:
10-
uses: artembilan/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@main
10+
uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@v1

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
actions: write
1212

13-
uses: artembilan/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main
13+
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v1
1414
secrets:
1515
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
1616
GRADLE_ENTERPRISE_CACHE_USER: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}

0 commit comments

Comments
 (0)