Skip to content

Commit

Permalink
Remove secret ssh key stuff from change detector wf
Browse files Browse the repository at this point in the history
No secret no longer exists and is not needed since open-sourcing
  • Loading branch information
AndrewSisley committed May 1, 2023
1 parent 68a8cb6 commit 5ea91ce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/detect-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ jobs:
make deps:modules
make deps:test
# We need SSH Authorization because change detection needs use `ls-remote` like:
# git ls-remote [email protected]:sourcenetwork/defradb.git refs/heads/develop
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
log-public-key: false

- name: Run detection for changes
run: make test:changes

Expand Down

0 comments on commit 5ea91ce

Please sign in to comment.