From 1838b2c767ce40c8de3ec9ff32245de4c210c57b Mon Sep 17 00:00:00 2001 From: martinRenou Date: Tue, 13 Jan 2026 15:01:48 +0100 Subject: [PATCH] Bot: Missing token --- .github/workflows/update_galata_references.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update_galata_references.yaml b/.github/workflows/update_galata_references.yaml index e9c9718a5..50b20a88f 100644 --- a/.github/workflows/update_galata_references.yaml +++ b/.github/workflows/update_galata_references.yaml @@ -38,6 +38,8 @@ jobs: gh api repos/${{ github.repository }}/issues/comments/${{ github.event.comment.id }}/reactions --raw-field 'content=-1' echo "User not authorized to update snapshots" exit 1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: React positively to the triggering comment run: |