mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-05-02 16:12:58 +02:00
Change the default value of persist-credentials to false
Change the default value of persist-credentials setting from true to false to reduce the risk of unintentionally exposing the GITHUB_TOKEN secret. Fixes: #485 Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
This commit is contained in:
parent
1d96c772d1
commit
e832aee124
2 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ inputs:
|
|||
default: git
|
||||
persist-credentials:
|
||||
description: 'Whether to configure the token or SSH key with the local git config'
|
||||
default: true
|
||||
default: false
|
||||
path:
|
||||
description: 'Relative path under $GITHUB_WORKSPACE to place the repository'
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue