From 3a2c21034c0c3dc534de1007829e7cfa235ae263 Mon Sep 17 00:00:00 2001 From: Jaton Justice Date: Tue, 24 Dec 2024 00:10:15 -0800 Subject: [PATCH] Added CI/CD for manual links --- .github/workflows/manual_installer_links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/manual_installer_links.yml b/.github/workflows/manual_installer_links.yml index a3c0780..2f3c5c9 100644 --- a/.github/workflows/manual_installer_links.yml +++ b/.github/workflows/manual_installer_links.yml @@ -10,6 +10,8 @@ on: jobs: update-manual-install: runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Check out repository uses: actions/checkout@v3