Skip to content

Commit

Permalink
ci: use oss ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
zenyui committed Jan 11, 2022
1 parent 79bf599 commit 1a592d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
platforms: all
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.TROOP_CI_SSH_KEY }}
ssh-private-key: ${{ secrets.TROOP_CI_OSS_SSH_KEY }}
- uses: actions/checkout@v2
with:
submodules: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
platforms: all
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.TROOP_CI_SSH_KEY }}
ssh-private-key: ${{ secrets.TROOP_CI_OSS_SSH_KEY }}
- uses: actions/checkout@v2
with:
submodules: false
Expand Down

0 comments on commit 1a592d4

Please sign in to comment.