Skip to content

Commit

Permalink
Add explicit permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
bewuethr committed Sep 7, 2024
1 parent 195f095 commit 4f83bea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
- main
pull_request:

permissions:
contents: read
packages: read
statuses: write

jobs:
lint:
name: Lint code base
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/releasetracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
tags:
- v[0-9]+.[0-9]+.[0-9]+

permissions:
contents: write

jobs:
update-release-tags:
name: Update release tags
Expand Down

0 comments on commit 4f83bea

Please sign in to comment.