fixing frogbot

This commit is contained in:
Jesse Houldsworth 2025-04-29 07:27:03 -07:00
parent 57fcfc22f9
commit ecd480b899
2 changed files with 5 additions and 5 deletions

View file

@ -18,19 +18,19 @@ jobs:
env: env:
# [Mandatory] # [Mandatory]
# JFrog platform URL # JFrog platform URL
JF_URL: ${{ secrets.JF_URL }} JF_URL: ${{ secrets.JF_RT_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:
# [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.ARTIFACTORY_USERNAME }}
# [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_ACCESS_TOKEN }} JF_PASSWORD: ${{ secrets.ARTIFACTORY_IDENTITY_TOKEN }}
# [Mandatory] # [Mandatory]
# The GitHub token is automatically generated for the job # The GitHub token is automatically generated for the job

View file

@ -25,7 +25,7 @@ jobs:
env: env:
# [Mandatory] # [Mandatory]
# JFrog platform URL # JFrog platform URL
JF_URL: ${{ secrets.JF_URL }} JF_URL: ${{ secrets.JF_RT_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