Skip to content

Commit 448bde8

Browse files
authored
Update GitHub Actions workflow with permissions
Add permissions for write access to contents
1 parent 6c7dfa7 commit 448bde8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-adrs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
push:
44
branches:
55
- main
6+
7+
permissions:
8+
contents: write
9+
610
jobs:
711
build-and-publish:
812
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)