Skip to content

Commit

Permalink
Remove hardcoded repo override
Browse files Browse the repository at this point in the history
  • Loading branch information
r0zbot authored Jan 10, 2022
1 parent 1f6ab9e commit a884c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
update_helm_chart:
env:
HELM_REPO: r0zbot/helm-charts #TODO: mudar!
HELM_REPO: "${{ github.repository }}" # This repo
TESTS_REPO: RocketChat/rocketchat-release-tests
runs-on: ubuntu-18.04
if: github.event_name == 'release'
Expand Down Expand Up @@ -131,4 +131,4 @@ jobs:
# job_name: '*Snapcraft build*'
# mention: 'here'
# mention_if: 'failure'
# url: ${{ secrets.ROCKETCHAT_WEBHOOK }}
# url: ${{ secrets.ROCKETCHAT_WEBHOOK }}

0 comments on commit a884c8a

Please sign in to comment.