From 9e4c62732346512394a5fc2a39b8527341423260 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 16 Jan 2025 13:49:56 +0100 Subject: [PATCH] Update update_json_date.yml --- .github/workflows/update_json_date.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update_json_date.yml b/.github/workflows/update_json_date.yml index 2e21e3b7e..31d0f32f5 100644 --- a/.github/workflows/update_json_date.yml +++ b/.github/workflows/update_json_date.yml @@ -8,6 +8,9 @@ on: - opened - synchronize - reopened +permissions: + contents: write + pull-requests: write jobs: update-json-date: @@ -18,6 +21,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Update Date in JSON-Files run: |