Skip to content

Commit

Permalink
Update to use of COMMON_HELM_CHARTS_PAT_2024 env var
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui authored May 26, 2024
1 parent 7aa59a3 commit 22c0ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: osuAkatsuki/common-helm-charts
token: ${{ secrets.COMMON_HELM_CHARTS_PAT }}
token: ${{ secrets.COMMON_HELM_CHARTS_PAT_2024 }}
path: common-helm-charts

- name: Clear pending deployments
Expand Down

0 comments on commit 22c0ac5

Please sign in to comment.