From 0ae2d74251de09e98961d79366b26cee2bc242bd Mon Sep 17 00:00:00 2001 From: Dimitris Bousoulegkas <74494805+StaringLongingly@users.noreply.github.com> Date: Sat, 24 Aug 2024 04:50:02 +0300 Subject: [PATCH] Update game_ci.yml --- .github/workflows/game_ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/game_ci.yml b/.github/workflows/game_ci.yml index 1ca146d..245705d 100644 --- a/.github/workflows/game_ci.yml +++ b/.github/workflows/game_ci.yml @@ -123,8 +123,12 @@ jobs: permissions: contents: write steps: - - name: Do a pretty commit <3 + - name: Checking out .. uses: actions/checkout@v2 + with: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + + - name: Do a pretty commit <3 uses: bullrich/commit-autotag@main with: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"