Skip to content

Commit

Permalink
Added Github Action to deploy Helm Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreenwood committed Mar 29, 2024
1 parent 53d31a7 commit 774584f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_helm_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
repository: 'thehyve/fnscloud-demonstrator'
path: './fns'
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.FNS_PAT }}

- name: Prepare model and k8s values files
run: |
Expand Down

0 comments on commit 774584f

Please sign in to comment.