Skip to content

Commit

Permalink
ci: Chart release only on push.
Browse files Browse the repository at this point in the history
Remove TOKEN from checkout. see - actions/checkout#298
  • Loading branch information
Randsw committed Oct 26, 2023
1 parent 29552e2 commit d4f19be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.SEMANTIC_TOKEN }}

- name: Set up Helm
uses: azure/setup-helm@v3
Expand Down Expand Up @@ -57,6 +56,7 @@ jobs:
if: steps.changed-files-helm-chart.outputs.helm_any_changed == 'true'

Release:
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
needs: Lint-test
steps:
Expand Down

0 comments on commit d4f19be

Please sign in to comment.