build: harden dynamic_arch.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
Alex 2022-09-26 13:48:11 +02:00
parent 4de8e1b8f9
commit c726604319
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ name: continuous build
on: [push, pull_request] on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
jobs: jobs:
build: build:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}