Skip to content

Commit 8aa0dd3

Browse files
authored
Remove ssh-agent from lint CI (#39)
1 parent bc01403 commit 8aa0dd3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,5 @@ jobs:
4848
- name: Cargo fmt
4949
run: cargo fmt -- --check
5050

51-
# Clippy needs access to install ext-php-rs
52-
- name: Give GitHub Actions access to ext-php-rs
53-
uses: webfactory/[email protected]
54-
with:
55-
ssh-private-key: ${{ secrets.SECRET_REPO_DEPLOY_KEY }}
56-
5751
- name: Clippy
5852
run: cargo clippy

0 commit comments

Comments
 (0)