From 3da22bcf2d7a2274ccbeffa216a9c2b19b35e6cc Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Wed, 20 May 2026 12:00:57 -0500 Subject: [PATCH] Reproducible builds action: add contents read access Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com> --- .github/workflows/reproducible-builds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reproducible-builds.yml b/.github/workflows/reproducible-builds.yml index 1eefec01ed..b7dfae39f2 100644 --- a/.github/workflows/reproducible-builds.yml +++ b/.github/workflows/reproducible-builds.yml @@ -22,6 +22,7 @@ jobs: name: Linux deb runs-on: ubuntu-latest permissions: + contents: read issues: write steps: - name: Get system specs