diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index d9dbcf9ba..73b8f2a5f 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -8,6 +8,9 @@ on: - '4.**' - '5.**' +permissions: + contents: read # to fetch code (actions/checkout) + jobs: build: diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 47eff1513..59b6add10 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -4,6 +4,9 @@ on: schedule: - cron: '0 5 * * *' +permissions: + contents: read # to fetch code (actions/checkout) + jobs: build: