Skip to content

Commit

Permalink
Merge branch 'develop' into make-compatible-9-13-0
Browse files Browse the repository at this point in the history
  • Loading branch information
khushboo-singhvi authored Jan 15, 2025
2 parents 9c64a2a + fc880ae commit 3e42ef8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Main CI workflow

on:
pull_request:
pull_request_target:
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -42,7 +43,7 @@ jobs:
ssh-keyscan gitlab.hyva.io >> ~/.ssh/known_hosts
echo "${HYVA_GITLAB_SSH_KEY}" > ~/.ssh/hyva_id_rsa
chmod 600 ~/.ssh/hyva_id_rsa
ssh-agent -a ${SSH_AUTH_SOCK} > /dev/null
ssh-agent -a ${SSH_AUTH_SOCK} > /dev/null
ssh-add ~/.ssh/hyva_id_rsa
- name: Install the plugin
Expand Down

0 comments on commit 3e42ef8

Please sign in to comment.