Skip to content

Commit

Permalink
fix: token for argocd
Browse files Browse the repository at this point in the history
  • Loading branch information
marchuk-vlad committed Sep 25, 2024
1 parent 21a6c35 commit a306463
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/text-generation-webui-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
target:
description: 'Target'
required: true
default: ''
type: choice
options:
- develop
Expand Down Expand Up @@ -95,7 +94,7 @@ jobs:
- name: Update argocd
uses: Super-Protocol/sp-build-tools/actions/update-argocd@update-argocd
with:
gh_token: ${{ secrets.GHFG_TOKEN_SPCTL_RELEASES_DOWNLOAD }}
gh_token: ${{ secrets.TOKEN_FOR_ARGOCD_REPO }}
target: ${{ inputs.target }}
resource_type: solution
resource_file: ${{ env.IMAGE_RESOURCE }}
Expand Down

0 comments on commit a306463

Please sign in to comment.