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.
actions/checkout
1 parent 0ae9097 commit 224366eCopy full SHA for 224366e
.github/workflows/deploy.yml
@@ -29,6 +29,8 @@ jobs:
29
steps:
30
- name: Checkout
31
uses: actions/checkout@v5
32
+ with:
33
+ persist-credentials: false
34
- name: Build
35
uses: actions/setup-node@v4
36
with:
0 commit comments