Skip to content

Commit

Permalink
remove token reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Qi77Qi committed Nov 27, 2023
1 parent 6638dd1 commit 8f08355
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-terra-app-helm-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
name: Publish new charts in terra-app-helm directory
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2
with:
token: ${{ secrets.BROADBOT_TOKEN }} # Has to be set at checkout AND later when pushing to work

- name: Find out next chart version
run: |
currentVersion=$(grep '^version:' terra-app-helm/${{ inputs.chart-name }}/Chart.yaml | awk '{print $NF}')
Expand Down

0 comments on commit 8f08355

Please sign in to comment.