From f8cd6b30c46de9565e7e8de76b0207fdb1b0a2e0 Mon Sep 17 00:00:00 2001 From: Chung Nguyen Thanh Date: Tue, 29 Oct 2024 16:10:48 +0700 Subject: [PATCH] Update update_leaderboard.yml --- .github/workflows/update_leaderboard.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update_leaderboard.yml b/.github/workflows/update_leaderboard.yml index 13bcb2e..f80a870 100644 --- a/.github/workflows/update_leaderboard.yml +++ b/.github/workflows/update_leaderboard.yml @@ -8,6 +8,9 @@ jobs: update_leaderboard: if: startsWith(github.event.issue.title, 'Game Result Submission') runs-on: ubuntu-latest + permissions: + contents: write + issues: write steps: - name: Checkout repository