-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use the recommended 'persist-credentials: false' setting
The GitHub checkout action has this `persist-credentials` setting. It's described like this: # Whether to configure the token or SSH key with the local git config # Default: true persist-credentials: '' Sounds harmless, right? It almosts makes it sound as if it's going to modify `~/.gitconfig`. This default of `true` causes credentials to end up in the working copy's `.git/config`, which interacts badly with other stuff happening in GHA. Set it to false just in case. Signed-off-by: Marcelo E. Magallon <[email protected]>
- Loading branch information
Showing
4 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters