Fix release workflow checkout action configuration

This commit is contained in:
Miguel Pragosa 2025-12-19 12:58:01 +00:00
parent 3fc5740ee9
commit e124fd6dd6

View File

@ -35,8 +35,6 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
python-version: '3.11'
token: ${{ secrets.CHECKOUT_PAT }}
- name: Set up Python
uses: actions/setup-python@v5
with: