ci: use tar creating token, allow dispatch of docs

main
Guido Grazioli 2022-05-09 17:22:52 +02:00
parent 7d57857a1f
commit 4167edda63
No known key found for this signature in database
GPG Key ID: 22C8C31EF2BC093B
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
- main
tags:
- "[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
env:
COLORTERM: 'yes'

View File

@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.TRIGGERING_PAT }}
- name: Set up Python
uses: actions/setup-python@v1