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 97a44af commit bbd5bb7Copy full SHA for bbd5bb7
.github/workflows/build.yml
@@ -17,6 +17,8 @@ jobs:
17
steps:
18
- name: Check out repo
19
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20
+ with:
21
+ persist-credentials: false
22
23
- name: Set up Node
24
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
.github/workflows/lint.yml
0 commit comments