From 266e9acce4d4d813e355cf86cbc277a51956d060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Fri, 31 May 2024 10:17:46 +0200 Subject: [PATCH] squash-me, permissions for workflow --- ci/gen_gha_matrix_jobs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/gen_gha_matrix_jobs.py b/ci/gen_gha_matrix_jobs.py index 4bcdd8d4f..872d062c2 100644 --- a/ci/gen_gha_matrix_jobs.py +++ b/ci/gen_gha_matrix_jobs.py @@ -110,6 +110,7 @@ def write_github_workflow_file(tree: dict[str, list[str]], path: pathlib.Path) - workflow = { "name": "Build Notebooks", + # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token "permissions": { "packages": "write", },