Skip to content

Commit 5e53051

Browse files
ci: fix invalid permissions key in three workflows (#316)
1 parent 0a52446 commit 5e53051

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-api-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- integration-tests/test-api/**
77

88
permissions:
9-
content: read
9+
contents: read
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/test-api-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- integration-tests/test-api/**
99

1010
permissions:
11-
content: read
11+
contents: read
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/typedoc-manual-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55

66
permissions:
7-
content: read
7+
contents: read
88

99
jobs:
1010
deploy_docs:

0 commit comments

Comments
 (0)