From c73de588c84d955e9f1c01c6364112fa6fa12fd5 Mon Sep 17 00:00:00 2001 From: three-halves <96158142+three-halves@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:06:35 -0500 Subject: [PATCH] fix master.yml? (?) --- .github/workflows/master.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 7c731b0..03933e2 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -20,3 +20,5 @@ jobs: git add README.md git commit -m "Update docs" git push + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}