We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094016a commit 3851eeeCopy full SHA for 3851eee
1 file changed
.github/workflows/ci.yml
@@ -42,6 +42,8 @@ jobs:
42
run: git config --global core.autocrlf false
43
- name: Checkout code
44
uses: actions/checkout@v4
45
+ with:
46
+ persist-credentials: false
47
- name: Setup Go
48
uses: actions/setup-go@v5
49
with:
0 commit comments