From 2aa9c922fd85a07cbe7fb33d85e14ed3d9384716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 1 Oct 2024 13:52:27 +0200 Subject: [PATCH] We need a special write token --- .gitea/workflows/patchinfo_numberator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/patchinfo_numberator.yaml b/.gitea/workflows/patchinfo_numberator.yaml index ec99b6d..28ceed6 100644 --- a/.gitea/workflows/patchinfo_numberator.yaml +++ b/.gitea/workflows/patchinfo_numberator.yaml @@ -23,7 +23,7 @@ jobs: zypper in -y ca-certificates-suse ca-certificates-suse-ucs # Generic action from GitHub to clone the product git repo - name: Checkout product - uses: https://token:${{ secrets.REPO_CLONE }}@src.suse.de/actions/github-actions-checkout@v4 + uses: https://token:${{ secrets.REPO_WRITE }}@src.suse.de/actions/github-actions-checkout@v4 # Updating incident numbers - name: Update all new _patchinfo files uses: https://token:${{ secrets.REPO_CLONE }}@src.suse.de/actions/patchinfo-numbering-action@v0