Skip to content

Commit

Permalink
chore: checkout repo without credentials (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo authored Feb 3, 2023
1 parent efdf043 commit b751cbf
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 @@ -13,6 +13,8 @@ jobs:
steps:
- name: ⤵️ Checkout
uses: actions/checkout@v3
with:
persist-credentials: false

- name: 🎉 Setup nodejs
uses: actions/setup-node@v3
Expand Down

0 comments on commit b751cbf

Please sign in to comment.