mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-24 03:59:38 +00:00
commit
929b562112
3 changed files with 5 additions and 5 deletions
|
@ -18,11 +18,11 @@ jobs:
|
||||||
env:
|
env:
|
||||||
# [Mandatory]
|
# [Mandatory]
|
||||||
# JFrog platform URL
|
# JFrog platform URL
|
||||||
JF_URL: ${{ secrets.JF_URL }}
|
# JF_URL: ${{ secrets.JF_URL }}
|
||||||
|
|
||||||
# [Mandatory if JF_USER and JF_PASSWORD are not provided]
|
# [Mandatory if JF_USER and JF_PASSWORD are not provided]
|
||||||
# JFrog access token with 'read' permissions on Xray service
|
# JFrog access token with 'read' permissions on Xray service
|
||||||
# JF_ACCESS_TOKEN: ${{ secrets.JF_ACCESS_TOKEN }}
|
JF_ACCESS_TOKEN: ${{ secrets.JF_ACCESS_TOKEN }}
|
||||||
|
|
||||||
# [Mandatory if JF_ACCESS_TOKEN is not provided]
|
# [Mandatory if JF_ACCESS_TOKEN is not provided]
|
||||||
# JFrog username with 'read' permissions for Xray. Must be provided with JF_PASSWORD
|
# JFrog username with 'read' permissions for Xray. Must be provided with JF_PASSWORD
|
||||||
|
|
|
@ -25,11 +25,11 @@ jobs:
|
||||||
env:
|
env:
|
||||||
# [Mandatory]
|
# [Mandatory]
|
||||||
# JFrog platform URL
|
# JFrog platform URL
|
||||||
JF_URL: ${{ secrets.JF_URL }}
|
# JF_URL: ${{ secrets.JF_URL }}
|
||||||
|
|
||||||
# [Mandatory if JF_USER and JF_PASSWORD are not provided]
|
# [Mandatory if JF_USER and JF_PASSWORD are not provided]
|
||||||
# JFrog access token with 'read' permissions on Xray service
|
# JFrog access token with 'read' permissions on Xray service
|
||||||
# JF_ACCESS_TOKEN: ${{ secrets.JF_ACCESS_TOKEN }}
|
JF_ACCESS_TOKEN: ${{ secrets.JF_ACCESS_TOKEN }}
|
||||||
|
|
||||||
# [Mandatory if JF_ACCESS_TOKEN is not provided]
|
# [Mandatory if JF_ACCESS_TOKEN is not provided]
|
||||||
# JFrog username with 'read' permissions for Xray. Must be provided with JF_PASSWORD
|
# JFrog username with 'read' permissions for Xray. Must be provided with JF_PASSWORD
|
||||||
|
|
|
@ -161,4 +161,4 @@ For additional details, please refer to the blog post [Hello DCO, Goodbye CLA: S
|
||||||
## License
|
## License
|
||||||
|
|
||||||
The Spring PetClinic sample application is released under version 2.0 of the [Apache License](https://www.apache.org/licenses/LICENSE-2.0).
|
The Spring PetClinic sample application is released under version 2.0 of the [Apache License](https://www.apache.org/licenses/LICENSE-2.0).
|
||||||
frogbot test 2
|
frogbot test 3
|
Loading…
Reference in a new issue