Skip to content

Commit f55deb8

Browse files
committed
fixup! tools: run CI with shared libs on GHA
1 parent 730979b commit f55deb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-shared.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
steps:
7676
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7777
if: ${{ github.event_name != 'workflow_dispatch' }}
78+
with:
79+
persist-credentials: false
7880

7981
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8082
if: ${{ github.event_name == 'workflow_dispatch' }}

0 commit comments

Comments
 (0)