Skip to content

Commit

Permalink
Use deploy key in checkout action (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwronski committed Nov 30, 2022
1 parent 2d4aee2 commit bc573ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-dist.yml
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.SCALA_CLI_SETUP_INTERNAL_KEY }}
- run: npm install
- run: npm run all
- name: Create Pull Request
Expand Down

0 comments on commit bc573ea

Please sign in to comment.