From 73ccb39b1bf8d2288b1d1f98dbb973848ca7cae5 Mon Sep 17 00:00:00 2001 From: Thomas Hu Date: Sat, 4 Apr 2026 00:35:45 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20fix=20GitHub=20Actions=20permissions=20ke?= =?UTF-8?q?y=20(content=20=E2=86=92=20contents)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitHub rejects unknown permission scopes; the correct name is contents. Fixes invalid workflow errors for test-api-ci, test-api-push, and typedoc-manual-deploy. Made-with: Cursor --- .github/workflows/test-api-ci.yml | 2 +- .github/workflows/test-api-push.yml | 2 +- .github/workflows/typedoc-manual-deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-api-ci.yml b/.github/workflows/test-api-ci.yml index 79073f18..624f97aa 100644 --- a/.github/workflows/test-api-ci.yml +++ b/.github/workflows/test-api-ci.yml @@ -6,7 +6,7 @@ on: - integration-tests/test-api/** permissions: - content: read + contents: read concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/test-api-push.yml b/.github/workflows/test-api-push.yml index c0fa0c93..7eee3466 100644 --- a/.github/workflows/test-api-push.yml +++ b/.github/workflows/test-api-push.yml @@ -8,7 +8,7 @@ on: - integration-tests/test-api/** permissions: - content: read + contents: read concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/typedoc-manual-deploy.yml b/.github/workflows/typedoc-manual-deploy.yml index a6c98eb5..8dcc4e44 100644 --- a/.github/workflows/typedoc-manual-deploy.yml +++ b/.github/workflows/typedoc-manual-deploy.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: permissions: - content: read + contents: read jobs: deploy_docs: