We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b9b8f commit 9d9bf06Copy full SHA for 9d9bf06
.github/workflows/test-javascript.yaml
@@ -33,6 +33,8 @@ jobs:
33
- name: set git core.autocrlf to 'input'
34
run: git config --global core.autocrlf input
35
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
36
+ with:
37
+ persist-credentials: false
38
- name: with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
39
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
40
with:
0 commit comments