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: