Skip to content

Commit

Permalink
Fix helm charts access token for prod deploys (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui authored Apr 20, 2024
1 parent 865f92c commit 2e42070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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 2e42070

Please sign in to comment.