Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Apr 25, 2024
1 parent 35171ff commit 690a485
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: Check the container can be built

permissions: read-all

on:
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Lint

on: [push, pull_request]

permissions: read-all

jobs:
super-lint:
name: Lint with Supper-Linter
Expand Down

0 comments on commit 690a485

Please sign in to comment.