Skip to content

Commit 0df4c1e

Browse files
committed
Default to read permissions in production-release
1 parent 8a926cc commit 0df4c1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/production-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ defaults:
1919
shell: bash
2020

2121
permissions:
22-
contents: write
22+
contents: read
2323

2424
jobs:
2525
create-tag-and-release:
2626
runs-on: ubuntu-24.04
2727
if: startsWith(github.ref, 'refs/heads/release-')
28+
permissions:
29+
contents: write
2830
steps:
2931
- name: Validate Release Branch and Version
3032
run: |

0 commit comments

Comments
 (0)