Skip to content

Commit

Permalink
Use action from main
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Jan 4, 2024
1 parent ac19c43 commit 8f756f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/materialised-view.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
uses: actions/checkout@v2

- name: Open ssh tunnel
uses: paulscherrerinstitute/scicat-ci/.github/actions/open-ssh-tunnel@bastion_ssh
uses: paulscherrerinstitute/scicat-ci/.github/actions/open-ssh-tunnel@main
with:
bastion_user: '${{ secrets.BASTION_USER }}'
bastion_ssh_key: '${{ secrets.BASTION_SSH_KEY }}'

- name: deploy
uses: paulscherrerinstitute/scicat-ci/.github/actions/deploy-helm@bastion_ssh
uses: paulscherrerinstitute/scicat-ci/.github/actions/deploy-helm@main
with:
release: '${{ env.RELEASE_NAME }}'
namespace: '${{ env.NAMESPACE_PREFIX }}${{ env.ENVIRONMENT }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable.build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
ref: ${{ inputs.commit }}

- name: Open ssh tunnel
uses: paulscherrerinstitute/scicat-ci/.github/actions/open-ssh-tunnel@bastion_ssh
uses: paulscherrerinstitute/scicat-ci/.github/actions/open-ssh-tunnel@main
with:
bastion_user: '${{ secrets.BASTION_USER }}'
bastion_ssh_key: '${{ secrets.BASTION_SSH_KEY }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scicat-pss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v2

- name: Open ssh tunnel
uses: paulscherrerinstitute/scicat-ci/.github/actions/open-ssh-tunnel@bastion_ssh
uses: paulscherrerinstitute/scicat-ci/.github/actions/open-ssh-tunnel@main
with:
bastion_user: '${{ secrets.BASTION_USER }}'
bastion_ssh_key: '${{ secrets.BASTION_SSH_KEY }}'
Expand Down

0 comments on commit 8f756f5

Please sign in to comment.