Skip to content

Commit

Permalink
Merge pull request #17 from cisco-open/security
Browse files Browse the repository at this point in the history
[security] Token-Permissions
  • Loading branch information
cicharka authored Jul 26, 2024
2 parents a8256cb + a6daaa6 commit 40bbf0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/galaxy-importer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
branches:
- main

permissions: read-all

jobs:
galaxy-importer:
runs-on:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches:
- main

permissions: read-all

jobs:
analyze-code:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
tags:
- 'v*.*.*'

permissions: read-all

jobs:
publish-release:
runs-on:
Expand Down

0 comments on commit 40bbf0f

Please sign in to comment.