From df93a8ac807b2b29401a76137058a59039da0743 Mon Sep 17 00:00:00 2001 From: Stuart Maxwell Date: Mon, 10 Feb 2025 14:55:56 +1300 Subject: [PATCH] Update update-depedencies.yml --- .github/workflows/update-depedencies.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update-depedencies.yml b/.github/workflows/update-depedencies.yml index 11edaa6..e1ef81c 100644 --- a/.github/workflows/update-depedencies.yml +++ b/.github/workflows/update-depedencies.yml @@ -6,6 +6,9 @@ on: jobs: update-dependencies: runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write steps: - name: Get current date id: date