Skip to content

Commit c06b992

Browse files
committed
fix: correct permissions key in GitHub Actions workflow
1 parent 86bc006 commit c06b992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/genai-translate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
permissions:
16-
content: write
16+
contents: write
1717
models: read
1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)