Skip to content

Commit

Permalink
Set default permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre committed Feb 13, 2024
1 parent 00faca2 commit ce431a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ env:
VENV_RENODE: venv-renode
IREE_HOST_INSTALL: build-iree-host-install

permissions:
contents: read

jobs:
install-toolchain:
name: Install Arm GNU Toolchain
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ name: Lint

on: [pull_request]

permissions:
contents: read

jobs:

# Forked from
Expand Down

0 comments on commit ce431a6

Please sign in to comment.