Trigger release with PAT

This is needed because the regular GITHUB_TOKEN does allow repo write, but it doesn't trigger any new actions.
This commit is contained in:
Donkie
2023-12-29 12:00:48 +01:00
parent f083ed9c5c
commit 0dfaa0ede4

View File

@@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
- name: Set up Python
uses: actions/setup-python@v4