fix: manpages generation auth error (#1968)

This commit is contained in:
Alessio Biancalana
2026-01-17 07:34:49 +01:00
committed by GitHub
parent 9c44e3f821
commit fc798e15fe
+2 -2
View File
@@ -28,7 +28,7 @@ jobs:
ref: main
persist-credentials: false
fetch-depth: 2
token: ${{ secrets.PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
# Fetch from compatibility table all the distros supported
- id: check_file_changed
@@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v6
with:
token: ${{ secrets.PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
# Fetch from compatibility table all the distros supported
- id: generate