From e77a6f870c3c01c0b30b1fb22bbaaff0d8102a26 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Wed, 13 Nov 2024 10:53:32 +0100 Subject: [PATCH] ci(update_timezones): fix permissions Signed-off-by: Richard Steinmetz --- .github/workflows/update_timezones.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_timezones.yml b/.github/workflows/update_timezones.yml index 7a4d67a..c658343 100644 --- a/.github/workflows/update_timezones.yml +++ b/.github/workflows/update_timezones.yml @@ -13,6 +13,10 @@ jobs: runs-on: ubuntu-latest name: update-timezones + permissions: + contents: write + pull-requests: write + steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 @@ -38,10 +42,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7 with: - token: ${{ secrets.COMMAND_BOT_PAT }} commit-message: "fix: update timezones data" - committer: GitHub - author: nextcloud-command signoff: true branch: automated/noid/update-timezones-data base: main