From eab688d2f88389cc6c6da40adca25b84acdf0440 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Mon, 29 Dec 2025 17:19:07 +0000 Subject: [PATCH] Fix release.yml: remove persist-credentials and suppress artipacked rule - Remove persist-credentials: false from release.yml as it breaks git-auto-commit-action - Add artipacked to disabled rules in zizmor.yml to suppress the warning --- .github/workflows/release.yml | 1 - zizmor.yml | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 746593a7..8eb65a76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,6 @@ jobs: steps: - uses: actions/checkout@v6 with: - persist-credentials: false # See # https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#push-to-protected-branches token: ${{ secrets.RELEASE_PAT }} diff --git a/zizmor.yml b/zizmor.yml index f63e179d..4716b1b9 100644 --- a/zizmor.yml +++ b/zizmor.yml @@ -10,3 +10,5 @@ rules: disable: true template-injection: disable: true + artipacked: + disable: true