From 54138e3b0db01f2ef36c3ed9042e21e97f6295ae Mon Sep 17 00:00:00 2001 From: "Jeremy R. Manning" Date: Thu, 18 Jul 2024 11:52:07 -0400 Subject: [PATCH] Update launch_events.yml --- .github/workflows/launch_events.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/launch_events.yml b/.github/workflows/launch_events.yml index de7d4fd..0443a60 100644 --- a/.github/workflows/launch_events.yml +++ b/.github/workflows/launch_events.yml @@ -50,6 +50,7 @@ jobs: - name: Push changes run: | + gh auth setup-git git push origin HEAD:main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}