We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27424a commit 129fc7fCopy full SHA for 129fc7f
.github/workflows/ci.yaml
@@ -30,6 +30,8 @@ jobs:
30
runs-on: ubuntu-latest
31
steps:
32
- uses: actions/checkout@v4
33
+ with:
34
+ persist-credentials: false
35
36
- name: Set up docker buildx
37
uses: docker/setup-buildx-action@v3
0 commit comments