mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-28 11:01:10 +00:00
fixing frogbot
This commit is contained in:
parent
e09d6dfd7c
commit
9dba8d8130
1 changed files with 4 additions and 4 deletions
|
|
@ -29,19 +29,19 @@ jobs:
|
|||
|
||||
# [Mandatory if JF_USER and JF_PASSWORD are not provided]
|
||||
# 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]
|
||||
# JFrog username with 'read' permissions for Xray. Must be provided with JF_PASSWORD
|
||||
JF_USER: ${{ secrets.JF_USER }}
|
||||
JF_USER: ${{ secrets.ARTIFACTORY_USERNAME }}
|
||||
|
||||
# [Mandatory if JF_ACCESS_TOKEN is not provided]
|
||||
# JFrog password. Must be provided with JF_USER
|
||||
JF_PASSWORD: ${{ secrets.JF_ACCESS_TOKEN }}
|
||||
JF_PASSWORD: ${{ secrets.ARTIFACTORY_IDENTITY_TOKEN }}
|
||||
|
||||
# [Mandatory]
|
||||
# The GitHub token is automatically generated for the job
|
||||
JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
JF_GIT_TOKEN: ${{ secrets.JF_GIT_TOKEN }}
|
||||
|
||||
# [Mandatory]
|
||||
# The name of the branch on which Frogbot will perform the scan
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue