From 02672eec93e67284371e533fe5ea6e5ae874dcc6 Mon Sep 17 00:00:00 2001 From: Marco Muser Date: Sun, 19 Oct 2025 12:06:17 +0200 Subject: [PATCH] Revert to using PAT token for cd --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0c243f1..c4220bd 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -39,4 +39,4 @@ jobs: commit: "[ci] release" title: "[ci] release" env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_CONFORMAL }}