Skip to content

Commit ee01c8c

Browse files
committed
ci: lock down GITHUB_TOKEN permissions in release-please workflow
1 parent e75779c commit ee01c8c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
release-please:
1111
name: "Release Please"
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: read
1315
steps:
1416
- name: Generate GitHub App Token
1517
id: app-token

0 commit comments

Comments
 (0)