diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 766e717..2daa531 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -99,8 +99,6 @@ jobs: - name: Install Helm if: steps.semantic.outputs.new_release_published == 'true' uses: azure/setup-helm@v4 - with: - token: ${{ secrets.GITHUB_TOKEN }} - name: Update Helm Version if: steps.semantic.outputs.new_release_published == 'true'