Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ea0d19a authored by Philipp Kewisch's avatar Philipp Kewisch
Browse files

Ensure daily builds have sufficient permisssions

parent 30e88e15
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,3 +9,5 @@ jobs:
  trigger_daily_build:
    uses: ./.github/workflows/shippable_builds.yml
    secrets: inherit
    permissions:
      contents: write
+1 −0
Original line number Diff line number Diff line
@@ -296,6 +296,7 @@ jobs:
              .write();

  build_unsigned:
    if: ${{ !failure() && !cancelled() }} # Run if release_commit is skipped
    name: Build Unsigned
    runs-on: ubuntu-latest
    timeout-minutes: 90