Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Update] remove ssh-agent step in workflow yaml.
Browse files Browse the repository at this point in the history
Grady Zhuo committed Jun 22, 2024
1 parent 409041a commit 4ee8e64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/swift-build-testing.yml
Original file line number Diff line number Diff line change
@@ -22,9 +22,6 @@ jobs:
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.ACCESS_TOKEN }}
- name: Build
run: swift build -v
- name: Run tests

0 comments on commit 4ee8e64

Please sign in to comment.