diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml index 3e124487..09fa144a 100644 --- a/.github/workflows/release-docs.yml +++ b/.github/workflows/release-docs.yml @@ -34,7 +34,7 @@ jobs: uses: actions/download-artifact@v4 with: name: docs - github-token: ${{ secrets.GH_PAT }} + github-token: ${{ secrets.GITHUB_TOKEN }} run-id: ${{ steps.runid.outputs.run-id }} - name: 🔍 view artifacts to be used