From f7494799b9fcc8fb7899e350fc2daf8454a5731b Mon Sep 17 00:00:00 2001 From: Pablo2048 Date: Sat, 12 Oct 2024 15:29:18 +0200 Subject: [PATCH] GA update --- .github/workflows/sync-main-to-dev.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sync-main-to-dev.yml b/.github/workflows/sync-main-to-dev.yml index c764579..4aa369b 100644 --- a/.github/workflows/sync-main-to-dev.yml +++ b/.github/workflows/sync-main-to-dev.yml @@ -12,6 +12,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + with: + # Tento token zajišťuje oprávnění k zápisu + token: ${{ secrets.GITHUB_TOKEN }} - name: Set executable permissions run: chmod +x ./update_dev.sh