Skip to content

Commit

Permalink
Update and rename main.yml to releaseCharts2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RVANDO12 committed Sep 22, 2023
1 parent 8a8c907 commit e26e3ac
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand All @@ -81,4 +81,4 @@ jobs:
version: v1.3.0
charts_dir: charts/stable
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.ACCESS_TOKEN }}"

0 comments on commit e26e3ac

Please sign in to comment.