Skip to content

Commit

Permalink
build: checkout with credentials (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed May 10, 2022
1 parent c4c5374 commit 558b1a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14'
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down

0 comments on commit 558b1a2

Please sign in to comment.