Skip to content

Commit

Permalink
fix(ci): release permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Aug 9, 2023
1 parent 05d6af6 commit 6253364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-composite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ permissions:
# NOTE: individual jobs define more narrowly scoped permissions.
# Release requires so must be defined here
contents: write
actions: read

jobs:
lint:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:
actions: read
contents: read
security-events: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.action }}
cancel-in-progress: true
Expand Down

0 comments on commit 6253364

Please sign in to comment.