From a6e7914daa65a3e94ec77ff311d83255384d3e36 Mon Sep 17 00:00:00 2001 From: David Leal Date: Thu, 28 Sep 2023 18:03:12 +0000 Subject: [PATCH] Another fix --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 49dd272..8201600 100644 --- a/action.yml +++ b/action.yml @@ -158,7 +158,7 @@ runs: git push || true fi env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ github.GH_TOKEN }} - name: Delete temporary files shell: bash run: |