Skip to content

Commit

Permalink
Add missing permissions to actions (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
bingenito authored Mar 3, 2024
1 parent a2b92fb commit c41cf27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ main ]

permissions:
contents: read

jobs:
build:
uses: ./.github/workflows/build.yml
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags: [ "v[0-9]+.[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+-*" ]

permissions:
contents: read

jobs:
build:
uses: ./.github/workflows/build.yml
Expand Down

0 comments on commit c41cf27

Please sign in to comment.