From eb9122ae8313dc5d4b4f9084c4c5f0a6fb14cbdc Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Tue, 5 Mar 2024 18:50:33 +0100 Subject: [PATCH] fixup! fixup! WIP: Add GitHub Actions workflows --- .github/workflows/ghpages.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 8e08f73..7ade712 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -13,8 +13,18 @@ on: jobs: build: permissions: - pages: write + actions: write + checks: write contents: write + deployments: write + issues: write + metadata: read + packages: write + pages: write + pull-requests: write + repository-projects: write + security-events: read + statuses: write name: "Update Editor's Copy" runs-on: ubuntu-latest