Skip to content

Commit

Permalink
Merge pull request #10 from arcezd/main
Browse files Browse the repository at this point in the history
fix: github actions use SSH_KEY por checkout and push
  • Loading branch information
arcezd authored Apr 21, 2022
2 parents 2102776 + abd9385 commit e8bdcec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- name: Checkout repo
id: checkout
uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.BOT_SSH_KEY }}
- name: Install dependencies
id: install-dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit e8bdcec

Please sign in to comment.