Skip to content

Commit ac9b9c8

Browse files
authored
ci: fix token used when checking our repository in sync_docs (#16)
Signed-off-by: Leonardo Cecchi <[email protected]>
1 parent 23122d3 commit ac9b9c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sync_docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
26+
token: '${{ secrets.REPO_PAT }}'
2627
- name: Import docs
2728
run: |
2829
echo "Importing CloudNativePG docs for version: ${{ env.VERSION }}"
@@ -31,5 +32,3 @@ jobs:
3132
uses: EndBug/add-and-commit@v9
3233
with:
3334
message: "docs: import CloudNativePG ${{ env.VERSION }}"
34-
# The token is required to trigger build_containers on pushes
35-
github_token: '${{ secrets.REPO_PAT }}'

0 commit comments

Comments
 (0)