Skip to content

Commit 9949027

Browse files
committed
mingw
1 parent 886c557 commit 9949027

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/CI-mingw.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: CI-mingw
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read
7+
58
defaults:
69
run:
710
shell: msys2 {0}
@@ -21,6 +24,8 @@ jobs:
2124

2225
steps:
2326
- uses: actions/checkout@v4
27+
with:
28+
persist-credentials: false
2429

2530
- name: Set up MSYS2
2631
uses: msys2/setup-msys2@v2

0 commit comments

Comments
 (0)