We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23122d3 commit ac9b9c8Copy full SHA for ac9b9c8
.github/workflows/sync_docs.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: actions/checkout@v6
24
with:
25
fetch-depth: 0
26
+ token: '${{ secrets.REPO_PAT }}'
27
- name: Import docs
28
run: |
29
echo "Importing CloudNativePG docs for version: ${{ env.VERSION }}"
@@ -31,5 +32,3 @@ jobs:
31
32
uses: EndBug/add-and-commit@v9
33
34
message: "docs: import CloudNativePG ${{ env.VERSION }}"
- # The token is required to trigger build_containers on pushes
35
- github_token: '${{ secrets.REPO_PAT }}'
0 commit comments