Skip to content

Commit

Permalink
Merge pull request #97 from FusionAuth/git-safe-dir
Browse files Browse the repository at this point in the history
add safe dir, remove deprecated cr flag
  • Loading branch information
johnjeffers committed Nov 9, 2023
2 parents 6336975 + 9601ca7 commit 521abff
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 @@ -24,14 +24,14 @@ jobs:
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
git config --global --add safe.directory /__w/charts/charts
- name: Release
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_OWNER: fusionauth
CR_GIT_REPO: charts
CR_PACKAGE_PATH: .deploy
CR_CHARTS_REPO: https://fusionauth.github.io/charts
CR_INDEX_PATH: index.yaml
CR_PAGES_BRANCH: main
CR_RELEASE_NAME_TEMPLATE: "{{ .Version }}"
Expand Down

0 comments on commit 521abff

Please sign in to comment.