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 02ac99b commit b1153f9Copy full SHA for b1153f9
.github/workflows/test.yml
@@ -20,6 +20,8 @@ jobs:
20
21
steps:
22
- uses: actions/checkout@v3
23
+ with:
24
+ persist-credentials: false
25
- name: Use Node.js ${{ matrix.node-version }}
26
uses: actions/setup-node@v3
27
with:
0 commit comments