Merge pull request #746 from dynamic-entropy/modify_add_did_perm #197
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release Helm Charts | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
cern-registry: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 | |
- name: Run deploy script | |
run: ./.github/scripts/deploy.sh | |
shell: bash | |
env: | |
HARBOR_USERNAME: "${{ secrets.HARBOR_USERNAME }}" | |
HARBOR_TOKEN: "${{ secrets.HARBOR_TOKEN }}" |