From 0c1f0231a583fc30dcba9be6fa389cf4de31ef51 Mon Sep 17 00:00:00 2001 From: nefrathenrici Date: Tue, 19 Mar 2024 16:55:28 -0700 Subject: [PATCH] add git push --- .github/workflows/yaml_format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/yaml_format.yml b/.github/workflows/yaml_format.yml index 7205246ced9..561e0888d20 100644 --- a/.github/workflows/yaml_format.yml +++ b/.github/workflows/yaml_format.yml @@ -27,6 +27,7 @@ jobs: git config --global user.name "GitHub Actions" git add . git commit -m "Automatic YAML formatting" + git push env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Access token with push permissions