diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 6b24e5b96d35..657d505a0f64 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -35,7 +35,6 @@ jobs: - name: Checkout uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: - token: ${{ secrets.BOT_TOKEN }} fetch-depth: 0 - name: Get Changelog Format Version @@ -111,7 +110,6 @@ jobs: shell: bash if: github.event_name == 'push' env: - CR_TOKEN: "${{ secrets.BOT_TOKEN }}" CR_SKIP_EXISTING: "true" run: | owner=$(cut -d '/' -f 1 <<< "$GITHUB_REPOSITORY")