Skip to content

Commit

Permalink
SRE-2536: Fix workflow permissions (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell authored Oct 15, 2024
1 parent df7e74c commit 741541b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bash_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- master
pull_request:

permissions: {}

jobs:
bash-unit-testing:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- master
pull_request:

permissions: {}

jobs:
test:
name: Test
Expand Down

0 comments on commit 741541b

Please sign in to comment.