Skip to content

Commit 0514607

Browse files
committed
chore: fix gh action and remove ssh
1 parent 816c66c commit 0514607

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/upgrade-safe.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: ${{ !github.event.pull_request.draft }}
1717
steps:
18-
- uses: webfactory/[email protected]
19-
with:
20-
ssh-private-key: |
21-
${{ secrets.BUILTIN_ACTORS_DEPLOY_KEY }}
22-
${{ secrets.CONTRACTS_DEPLOY_KEY }}
23-
2418
- uses: actions/checkout@v3
2519
with:
2620
submodules: recursive

0 commit comments

Comments
 (0)