[fix] missing perm data-update.yml workflow (#4736)

We need to keep the token on checkout and allow writing into the repository to create the branch
This commit is contained in:
Ivan Gabaldon 2025-05-08 16:51:21 +02:00 committed by GitHub
parent c6a70782b2
commit 7ca24eee45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,9 @@ jobs:
- update_wikidata_units.py
- update_engine_descriptions.py
permissions:
contents: write
steps:
- name: Setup Python
uses: actions/setup-python@v5
@ -42,8 +45,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: "false"
- name: Setup cache Python
uses: actions/cache@v4