From ec542c3d8d47630cae3de995a2e509290d2754e1 Mon Sep 17 00:00:00 2001 From: ToxicStoxm Date: Mon, 6 Jan 2025 14:38:09 +0100 Subject: [PATCH] Update update-flatpak-sources.yml --- .github/workflows/update-flatpak-sources.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-flatpak-sources.yml b/.github/workflows/update-flatpak-sources.yml index f0726747..76a02325 100644 --- a/.github/workflows/update-flatpak-sources.yml +++ b/.github/workflows/update-flatpak-sources.yml @@ -10,8 +10,8 @@ jobs: name: Get dependencies and update flatpak sources runs-on: ubuntu-24.04 permissions: - contents: read # Only read access to repository contents - pull-requests: write # Write access for pull requests + contents: write + pull-requests: write steps: # Step 1: Checkout the repository - name: Checkout Code