We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
ci-snapshot.yml
1 parent e5e13f0 commit 168331cCopy full SHA for 168331c
1 file changed
.github/workflows/ci-snapshot.yml
@@ -22,10 +22,10 @@ concurrency:
22
23
jobs:
24
build-snapshot:
25
- uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v7
+ uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
26
with:
27
gradleTasks: ${{ github.event_name == 'schedule' && '--rerun-tasks --refresh-dependencies' || inputs.gradleOptions }}
28
secrets:
29
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
30
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
31
- ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
+ ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
0 commit comments