From 7b1463b9b23c4729944de7ecb64f38fd820e9596 Mon Sep 17 00:00:00 2001 From: Tu-Tho Thai Date: Thu, 16 Jul 2026 09:37:02 +0200 Subject: [PATCH] Update CI workflow to use conditional token (#229) Use SECRET_ACTION_TOKEN if available for actions. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db0dc3c9..fa650c81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: # https://github.com/marketplace/actions/add-commit#working-with-prs repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} + token: ${{ secrets.SECRET_ACTION_TOKEN || github.token }} - name: Install xmllint and xsltproc run: |