Skip to content

Commit

Permalink
updated actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Jul 22, 2024
1 parent 12b0d1a commit 60e31a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Run Helm Chart Releaser
uses: helm/[email protected]
env:
Expand All @@ -23,7 +28,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push Chart(s) to GitHub Container Registry
Expand Down

0 comments on commit 60e31a4

Please sign in to comment.