Skip to content

Commit

Permalink
Set persist-credentials: false for checkout actions in unit test work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
ockham committed Feb 8, 2021
1 parent 53cdbc7 commit ceee13c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit-test.yml
Expand Up @@ -18,6 +18,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
persist-credentials: false

- name: Cache node modules
uses: actions/cache@v2
Expand Down Expand Up @@ -58,6 +60,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
persist-credentials: false

- name: Cache node modules
uses: actions/cache@v2
Expand Down Expand Up @@ -106,6 +110,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
persist-credentials: false

- name: Cache node modules
uses: actions/cache@v2
Expand Down

0 comments on commit ceee13c

Please sign in to comment.