Skip to content

Commit

Permalink
change access token
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjeffers committed Aug 8, 2024
1 parent 282fd4f commit a4bf416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Release
id: release
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.PAT_ACTIONS_WORKFLOWS }}"
CR_OWNER: fusionauth
CR_GIT_REPO: charts
CR_PACKAGE_PATH: .deploy
Expand Down

0 comments on commit a4bf416

Please sign in to comment.