From 079e932331fe8b5027550f68a3fcaa9d75db13e0 Mon Sep 17 00:00:00 2001 From: zjgilliam Date: Mon, 16 Sep 2024 09:43:42 -0500 Subject: [PATCH] dd --- .github/workflows/main.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e81fdd3..df9f176 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,6 +4,12 @@ on: branches: - main +permissions: + contents: write + packages: write + issues: write + id-token: write + jobs: process_raw: runs-on: self-hosted @@ -204,7 +210,7 @@ jobs: - name: Deploy to GitHub Pages uses: actions/deploy-pages@v1 with: - token: ${{ secrets.GIT_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} push: runs-on: self-hosted