Skip to content

Commit b742b53

Browse files
author
psadi
committed
ci: no persist-cred for tagging #test-1
1 parent 4b94a0f commit b742b53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ jobs:
7272
- build_appimage
7373
if: ${{ github.event_name == 'schedule' }}
7474
steps:
75-
- uses: actions/checkout@v4
76-
with:
77-
persist-credentials: false
75+
- uses: actions/checkout@v4 # zizmor: ignore[artipacked]
7876
- name: Tip Tag
7977
run: |
8078
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)