diff options
| author | Alex <aleksandrosansan@gmail.com> | 2023-02-09 12:12:17 -0800 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2023-02-09 12:12:17 -0800 |
| commit | aca7ff471acffb59f0f9e2cc4de6363872444fcc (patch) | |
| tree | 785b3dd1a021d4de09087b9625fe61018cf88b0a /.github | |
| parent | d24b032bec1b868b99fd1f3f23ec8116cd719e94 (diff) | |
.github: Restrict permissions on cross-build jobs.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cross-bootstrap-tools.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml index 85132996f826..9630470d0420 100644 --- a/.github/workflows/cross-bootstrap-tools.yml +++ b/.github/workflows/cross-bootstrap-tools.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ main ] +permissions: + contents: read + jobs: build: name: ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) |
