Skip to content

Commit

Permalink
ci: add deploy key to nanpa CI (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp authored Dec 14, 2024
1 parent d1404e7 commit 32d8618
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.NANPA_KEY }}
- uses: nbsp/ilo@v1
with:
packages: ${{ github.event.inputs.packages }}
Expand Down

0 comments on commit 32d8618

Please sign in to comment.