diff --git a/.github/workflows/openclaw-npm-release.yml b/.github/workflows/openclaw-npm-release.yml index f4fcc08f7093..06caaa21a0ca 100644 --- a/.github/workflows/openclaw-npm-release.yml +++ b/.github/workflows/openclaw-npm-release.yml @@ -372,6 +372,11 @@ jobs: actions: read contents: read steps: + - name: Checkout + uses: actions/checkout@v6 + with: + persist-credentials: false + - name: Require trusted workflow ref for publish env: RELEASE_TAG: ${{ inputs.tag }} diff --git a/.github/workflows/plugin-clawhub-release.yml b/.github/workflows/plugin-clawhub-release.yml index 5623da2ced32..5b552df8e751 100644 --- a/.github/workflows/plugin-clawhub-release.yml +++ b/.github/workflows/plugin-clawhub-release.yml @@ -207,6 +207,11 @@ jobs: actions: read contents: read steps: + - name: Checkout + uses: actions/checkout@v6 + with: + persist-credentials: false + - name: Validate release publish approval run env: GH_TOKEN: ${{ github.token }} diff --git a/.github/workflows/plugin-npm-release.yml b/.github/workflows/plugin-npm-release.yml index 07c4fd56edc0..e7883771c1ea 100644 --- a/.github/workflows/plugin-npm-release.yml +++ b/.github/workflows/plugin-npm-release.yml @@ -184,6 +184,11 @@ jobs: actions: read contents: read steps: + - name: Checkout + uses: actions/checkout@v6 + with: + persist-credentials: false + - name: Validate release publish approval run env: GH_TOKEN: ${{ github.token }}