From 63d34e475a273489369a1f67132ade495fa9c5db Mon Sep 17 00:00:00 2001 From: Team 1280 Programming Laptop <59985235+Team1280Programming@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:48:50 -0800 Subject: [PATCH] YAML issue? --- .github/workflows/style.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 475b4b1..7c19a86 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -10,8 +10,8 @@ jobs: permissions: # Give the default GITHUB_TOKEN write permission to commit and push the # added or changed files to the repository. - contents: write - workflows: write + - contents: write + - workflows: write steps: - uses: actions/checkout@v4