mirror of
https://github.com/89luca89/distrobox.git
synced 2026-08-19 01:14:49 -05:00
fix: manpages generation auth error (#1968)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user