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

Unverified Commit 59e9e6c8 authored by Corey Bryant's avatar Corey Bryant Committed by GitHub
Browse files

Merge pull request #8730 from wmontwe/fix-gh-action-token-permissions

Fix GH Action token permissions
parents 32a9866c ebbcb088
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -12,6 +12,9 @@ on:
      - 'LICENSE'
      - 'NOTICE'

permissions:
  contents: read

jobs:
  build:
    runs-on: ubuntu-latest
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,9 @@ on:
    - cron: '0 10 * * 1'
  workflow_dispatch:

permissions:
  contents: read

jobs:
  codeql-scan:

+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,9 @@ on:
  schedule:
    - cron: '8 20 * * *'

permissions:
  contents: read

jobs:
  trigger_daily_build:
    if: ${{ github.repository_owner == 'thunderbird' }}
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@ on:
    - cron: '0 10 * * 1'
  workflow_dispatch:

permissions:
  contents: read

jobs:
  fluidattacks-scan:

+3 −0
Original line number Diff line number Diff line
@@ -14,6 +14,9 @@ on:
      - 'LICENSE'
      - 'NOTICE'

permissions:
  contents: read

jobs:
  build:
    runs-on: ubuntu-latest
Loading