Skip to content

Commit d74c4f9

Browse files
Fix release workflow permissions for write access
1 parent 37d6c26 commit d74c4f9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches: [main]
66

7+
permissions:
8+
contents: write
9+
pull-requests: read
10+
711
jobs:
812
release:
913
uses: photon-hq/buildspace/.github/workflows/typescript-service-release.yaml@main

0 commit comments

Comments
 (0)