mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-22 03:19:38 +00:00
fixing frogbot repositories config
This commit is contained in:
parent
169eee925e
commit
776faecee4
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@ jobs:
|
||||||
|
|
||||||
# [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
|
||||||
# JF_USER: ${{ secrets.JF_USER }}
|
JF_USER: ${{ secrets.JF_USER }}
|
||||||
|
|
||||||
# [Mandatory if JF_ACCESS_TOKEN is not provided]
|
# [Mandatory if JF_ACCESS_TOKEN is not provided]
|
||||||
# JFrog password. Must be provided with JF_USER
|
# JFrog password. Must be provided with JF_USER
|
||||||
# JF_PASSWORD: ${{ secrets.JF_PASSWORD }}
|
JF_PASSWORD: ${{ secrets.JF_ACCESS_TOKEN }}
|
||||||
|
|
||||||
# [Mandatory]
|
# [Mandatory]
|
||||||
# The GitHub token is automatically generated for the job
|
# The GitHub token is automatically generated for the job
|
||||||
|
|
Loading…
Reference in a new issue