Skip to content

Commit

Permalink
chore: Remove credential persistence on the checkout action (#41)
Browse files Browse the repository at this point in the history
* Remove extension recommendations

* Do not persist credentials on checkout gh action
  • Loading branch information
fcasal authored Nov 11, 2024
1 parent 03ed8f0 commit e546fdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
Expand Down
5 changes: 0 additions & 5 deletions .vscode/extensions.json

This file was deleted.

0 comments on commit e546fdc

Please sign in to comment.