Skip to content

Commit 2f34d33

Browse files
authored
ci: add missing permissions in release workflow (#92)
1 parent 79ec4d8 commit 2f34d33

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ permissions: {}
1010
jobs:
1111
ci:
1212
uses: ./.github/workflows/ci.yml
13+
permissions:
14+
contents: read
1315
secrets:
1416
GH_APP_CREDS: ${{ secrets.GH_APP_CREDS }}
1517
PAT: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)