Skip to content

Commit

Permalink
Add ssh-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-lou committed Nov 7, 2024
1 parent 79e7b70 commit ec4d657
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up SSH agent (for service-registry)
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SENTRY_INTERNAL_GH_SSH_PRIVATE_KEY }}

- name: Setup node
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -111,6 +116,11 @@ jobs:
# for Sentry releases
fetch-depth: 0

- name: Set up SSH agent (for service-registry)
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SENTRY_INTERNAL_GH_SSH_PRIVATE_KEY }}

- name: Setup node
uses: actions/setup-node@v4
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up SSH agent (for service-registry)
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SENTRY_INTERNAL_GH_SSH_PRIVATE_KEY }}

- name: Setup node
uses: actions/setup-node@v4
Expand Down

0 comments on commit ec4d657

Please sign in to comment.