From cda865c47c4684966ddc64ae73518a68f53fe1c9 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 11 Mar 2025 11:21:13 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index c3d8448..05c3158 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -7,9 +7,13 @@ jobs: move-to-main-repo: runs-on: ubuntu-latest permissions: + deployments: write contents: write - pull-requests: write + statuses: write actions: write + checks: write + issues: write + pull-requests: write steps: - name: Generate a token