Skip to content

Commit

Permalink
Use PAT to release Helm Chart for the workflow to be triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed Jan 11, 2022
1 parent 19931e1 commit f95a50a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
charts_dir: deploy/charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GH_PAT_REPO }}"
build:
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/webshell/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: webshell
description: A Helm chart to deploy a webshell environment
type: application
version: 0.1.16
appVersion: "0.1.16"
version: 0.1.17
appVersion: "0.1.17"

0 comments on commit f95a50a

Please sign in to comment.