We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b2182 commit 502b7f9Copy full SHA for 502b7f9
1 file changed
.github/workflows/ci.yml
@@ -40,6 +40,8 @@ jobs:
40
steps:
41
- name: Checkout code
42
uses: actions/checkout@v4
43
+ with:
44
+ persist-credentials: false
45
- name: Setup Go
46
uses: actions/setup-go@v5
47
with:
0 commit comments