Skip to content

Commit 71f8776

Browse files
committed
Fix permissions for generate_translators workflow
[ci skip]
1 parent 91b633b commit 71f8776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-generate-translators.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616
with:
17-
fetch-depth: 0
1817
ref: master
18+
token: ${{ secrets.POT_CI_PAT }}
1919

2020
- name: Setup Node.js
2121
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)