summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorIvan Gabaldon <igabaldon@inetol.net>2025-05-08 16:51:21 +0200
committerGitHub <noreply@github.com>2025-05-08 16:51:21 +0200
commit7ca24eee450885906bf25d5a104f866bee95fbbd (patch)
tree228d1497f2469382872ba7c8a3525c7e6ed5d40a /.github/workflows
parentc6a70782b221917f58907ba43aba505f02fd6b3f (diff)
[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
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/data-update.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml
index f8c7eecca..d5810a967 100644
--- a/.github/workflows/data-update.yml
+++ b/.github/workflows/data-update.yml
@@ -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