From e26e3acd94eeebb6c3bca1d926c43f0f2d95b3e5 Mon Sep 17 00:00:00 2001 From: renny vandomber <102950263+RVANDO12@users.noreply.github.com> Date: Fri, 22 Sep 2023 10:02:00 +0200 Subject: [PATCH] Update and rename main.yml to releaseCharts2.yml --- .github/workflows/{main.yml => releaseCharts2.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{main.yml => releaseCharts2.yml} (94%) diff --git a/.github/workflows/main.yml b/.github/workflows/releaseCharts2.yml similarity index 94% rename from .github/workflows/main.yml rename to .github/workflows/releaseCharts2.yml index 255cf579..6c6c9d9d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/releaseCharts2.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - token: ${{ secrets.PAT_TOKEN }} + token: ${{ secrets.ACCESS_TOKEN }} - name: Copy candidate to stable version working-directory: code run: make copy-candidate-to-stable @@ -63,7 +63,7 @@ jobs: tag_name: ara-stable-v${{ steps.version.outputs.stable }} previous_tag_name: ${{ steps.version.outputs.fromTag }} env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} - name: Create Changelog file working-directory: charts/stable run: | @@ -81,4 +81,4 @@ jobs: version: v1.3.0 charts_dir: charts/stable env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + CR_TOKEN: "${{ secrets.ACCESS_TOKEN }}"