From ee995de800fdbb7ccf9f9335e44939a9370fd3f1 Mon Sep 17 00:00:00 2001 From: Hugo Gruson <10783929+Bisaloo@users.noreply.github.com> Date: Sat, 13 Jul 2024 09:54:29 +0200 Subject: [PATCH] Update touchstone-comment workflow --- .github/workflows/touchstone-comment.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/touchstone-comment.yaml b/.github/workflows/touchstone-comment.yaml index aa3d40d..0ef9c20 100644 --- a/.github/workflows/touchstone-comment.yaml +++ b/.github/workflows/touchstone-comment.yaml @@ -10,6 +10,11 @@ on: types: - completed +permissions: + contents: read + statuses: write + pull-requests: write + jobs: upload: runs-on: ubuntu-latest