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: |