From c3bf98bf788cad3ad31fabf89e5f4bf5b0bbd112 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 11 Mar 2025 13:05:34 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 2981e05..a85dddf 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -3,17 +3,18 @@ name: Move new Scripts to Main Repository on: workflow_dispatch: +permissions: + deployments: write + contents: write + statuses: write + actions: write + checks: write + issues: write + pull-requests: write + jobs: move-to-main-repo: runs-on: ubuntu-latest - permissions: - deployments: write - contents: write - statuses: write - actions: write - checks: write - issues: write - pull-requests: write steps: - name: Generate a token